#7C262E

Color #7C262E Scarlett (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlett #7C262E

Tints of Scarlett #7C262E

Color information

#7C262E (or 0x7C262E) is unknown color: approx Scarlett. HEX triplet: 7C, 26 and 2E. RGB value is (124,38,46). Sum of RGB (Red+Green+Blue) = 124+38+46=208 (27% of max value = 765). Red value is 124 (48.83% from 255 or 59.62% from 208); Green value is 38 (15.23% from 255 or 18.27% from 208); Blue value is 46 (18.36% from 255 or 22.12% from 208); Max value from RGB is 124 - color contains mainly: red. Hex color #7C262E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C262E is #83D9D1. Grayscale: #404040. Windows color (decimal): -8640978 or 3024508. OLE color: 3024508.

HSL color Cylindrical-coordinate representation of color #7C262E: hue angle of 354.42º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7C262E is Cyan = 0, Magento = 0.69, Yellow = 0.63 and Black (K on CMYK) = 0.51.

Color convert

RGB1243846-
CMYK00.690.630.51
HSL354.42º53.09%31.76%-
HSV(B)354.42º69.35%48.63%-
XYZ9.55.873.22-
YUV64.63117.49170.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 124 (48.83% from 255) = 59.62%
GREEN value IS 38 (15.23% from 255) = 18.27%
BLUE value IS 46 (18.36% from 255) = 22.12%
R=59.62%
G=18.27%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.63
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124384600.690.630.51354.4253.0931.76
Hex7C262E0453F331623520
Octal1744656010577635426540
Binary111110010011010111001000101111111110011101100010110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C262E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C262E; }

 p { color: rgb(124,38,46); }

 H1.HeaderClassName
 {
   color: #7C262E;
 }
 .AnyTagClassName
 {
   color: #7C262E;
 }
</style>
background-color css

<style>
 a { background-color: #7C262E; }

 a { background-color: rgb(124,38,46); }

 div.DivClassName
 {
   background-color: #7C262E;
 }
 .BgClassName
 {
   background-color: #7C262E;
 }
</style>
border-color css

<style>
 span { border-color: #7C262E; }

 span { border-color: rgb(124,38,46); }

 td.TdClassName
 {
   border-color: #7C262E;
 }
 .TagClassName
 {
   border-color: #7C262E;
 }
</style>