#7C2629

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

Shades of Scarlett #7C2629

Tints of Scarlett #7C2629

Color information

#7C2629 (or 0x7C2629) is unknown color: approx Scarlett. HEX triplet: 7C, 26 and 29. RGB value is (124,38,41). Sum of RGB (Red+Green+Blue) = 124+38+41=203 (26% of max value = 765). Red value is 124 (48.83% from 255 or 61.08% from 203); Green value is 38 (15.23% from 255 or 18.72% from 203); Blue value is 41 (16.41% from 255 or 20.20% from 203); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2629 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C2629 is #83D9D6. Grayscale: #404040. Windows color (decimal): -8640983 or 2696828. OLE color: 2696828.

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

Color convert

RGB1243841-
CMYK00.690.670.51
HSL357.91º53.09%31.76%-
HSV(B)357.91º69.35%48.63%-
XYZ9.415.832.73-
YUV64.06114.99170.76-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 61.08%
GREEN value IS 38 (15.23% from 255) = 18.72%
BLUE value IS 41 (16.41% from 255) = 20.20%
R=61.08%
G=18.72%
B=20.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.67
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124384100.690.670.51357.9153.0931.76
Hex7C262904543331663520
Octal17446510105103635466540
Binary1111100100110101001010001011000011110011101100110110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C2629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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