#7D252D

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

Shades of Scarlett #7D252D

Tints of Scarlett #7D252D

Color information

#7D252D (or 0x7D252D) is unknown color: approx Scarlett. HEX triplet: 7D, 25 and 2D. RGB value is (125,37,45). Sum of RGB (Red+Green+Blue) = 125+37+45=207 (27% of max value = 765). Red value is 125 (49.22% from 255 or 60.39% from 207); Green value is 37 (14.84% from 255 or 17.87% from 207); Blue value is 45 (17.97% from 255 or 21.74% from 207); Max value from RGB is 125 - color contains mainly: red. Hex color #7D252D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D252D is #82DAD2. Grayscale: #404040. Windows color (decimal): -8575699 or 2958717. OLE color: 2958717.

HSL color Cylindrical-coordinate representation of color #7D252D: hue angle of 354.55º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7D252D is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.51.

Color convert

RGB1253745-
CMYK00.700.640.51
HSL354.55º54.32%31.76%-
HSV(B)354.55º70.4%49.02%-
XYZ9.595.873.11-
YUV64.22117.15171.35-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 60.39%
GREEN value IS 37 (14.84% from 255) = 17.87%
BLUE value IS 45 (17.97% from 255) = 21.74%
R=60.39%
G=17.87%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.64
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125374500.700.640.51354.5554.3231.76
Hex7D252D04640331633620
Octal17545550106100635436640
Binary1111101100101101101010001101000000110011101100011110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D252D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,37,45); }

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

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

 a { background-color: rgb(125,37,45); }

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

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

 span { border-color: rgb(125,37,45); }

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