#7C262C

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

Shades of Scarlett #7C262C

Tints of Scarlett #7C262C

Color information

#7C262C (or 0x7C262C) is unknown color: approx Scarlett. HEX triplet: 7C, 26 and 2C. RGB value is (124,38,44). Sum of RGB (Red+Green+Blue) = 124+38+44=206 (27% of max value = 765). Red value is 124 (48.83% from 255 or 60.19% from 206); Green value is 38 (15.23% from 255 or 18.45% from 206); Blue value is 44 (17.58% from 255 or 21.36% from 206); Max value from RGB is 124 - color contains mainly: red. Hex color #7C262C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C262C is #83D9D3. Grayscale: #404040. Windows color (decimal): -8640980 or 2893436. OLE color: 2893436.

HSL color Cylindrical-coordinate representation of color #7C262C: hue angle of 355.81º 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 #7C262C is Cyan = 0, Magento = 0.69, Yellow = 0.65 and Black (K on CMYK) = 0.51.

Color convert

RGB1243844-
CMYK00.690.650.51
HSL355.81º53.09%31.76%-
HSV(B)355.81º69.35%48.63%-
XYZ9.465.853.01-
YUV64.4116.49170.51-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 60.19%
GREEN value IS 38 (15.23% from 255) = 18.45%
BLUE value IS 44 (17.58% from 255) = 21.36%
R=60.19%
G=18.45%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.65
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124384400.690.650.51355.8153.0931.76
Hex7C262C04541331643520
Octal17446540105101635446540
Binary1111100100110101100010001011000001110011101100100110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C262C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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