#7D2027

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

Shades of Scarlett #7D2027

Tints of Scarlett #7D2027

Color information

#7D2027 (or 0x7D2027) is unknown color: approx Scarlett. HEX triplet: 7D, 20 and 27. RGB value is (125,32,39). Sum of RGB (Red+Green+Blue) = 125+32+39=196 (25% of max value = 765). Red value is 125 (49.22% from 255 or 63.78% from 196); Green value is 32 (12.89% from 255 or 16.33% from 196); Blue value is 39 (15.62% from 255 or 19.90% from 196); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2027 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D2027 is #82DFD8. Grayscale: #3C3C3C. Windows color (decimal): -8576985 or 2564221. OLE color: 2564221.

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

Color convert

RGB1253239-
CMYK00.740.690.51
HSL355.48º59.24%30.78%-
HSV(B)355.48º74.4%49.02%-
XYZ9.345.542.5-
YUV60.6115.81173.93-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 63.78%
GREEN value IS 32 (12.89% from 255) = 16.33%
BLUE value IS 39 (15.62% from 255) = 19.90%
R=63.78%
G=16.33%
B=19.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.69
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125323900.740.690.51355.4859.2430.78
Hex7D202704A45331633b1f
Octal17540470112105635437337
Binary111110110000010011101001010100010111001110110001111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D2027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,32,39); }

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

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

 a { background-color: rgb(125,32,39); }

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

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

 span { border-color: rgb(125,32,39); }

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