#7D2537

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

Shades of Scarlett #7D2537

Tints of Scarlett #7D2537

Color information

#7D2537 (or 0x7D2537) is unknown color: approx Scarlett. HEX triplet: 7D, 25 and 37. RGB value is (125,37,55). Sum of RGB (Red+Green+Blue) = 125+37+55=217 (28% of max value = 765). Red value is 125 (49.22% from 255 or 57.60% from 217); Green value is 37 (14.84% from 255 or 17.05% from 217); Blue value is 55 (21.88% from 255 or 25.35% from 217); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2537 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D2537 is #82DAC8. Grayscale: #414141. Windows color (decimal): -8575689 or 3614077. OLE color: 3614077.

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

Color convert

RGB1253755-
CMYK00.700.560.51
HSL347.73º54.32%31.76%-
HSV(B)347.73º70.4%49.02%-
XYZ9.815.964.25-
YUV65.36122.15170.54-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 57.60%
GREEN value IS 37 (14.84% from 255) = 17.05%
BLUE value IS 55 (21.88% from 255) = 25.35%
R=57.60%
G=17.05%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.56
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125375500.700.560.51347.7354.3231.76
Hex7D2537046383315c3620
Octal1754567010670635346640
Binary111110110010111011101000110111000110011101011100110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D2537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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