#772430

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

Shades of Scarlett #772430

Tints of Scarlett #772430

Color information

#772430 (or 0x772430) is unknown color: approx Scarlett. HEX triplet: 77, 24 and 30. RGB value is (119,36,48). Sum of RGB (Red+Green+Blue) = 119+36+48=203 (26% of max value = 765). Red value is 119 (46.88% from 255 or 58.62% from 203); Green value is 36 (14.45% from 255 or 17.73% from 203); Blue value is 48 (19.14% from 255 or 23.65% from 203); Max value from RGB is 119 - color contains mainly: red. Hex color #772430 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772430 is #88DBCF. Grayscale: #3E3E3E. Windows color (decimal): -8969168 or 3155063. OLE color: 3155063.

HSL color Cylindrical-coordinate representation of color #772430: hue angle of 351.33º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #772430 is Cyan = 0, Magento = 0.70, Yellow = 0.60 and Black (K on CMYK) = 0.53.

Color convert

RGB1193648-
CMYK00.700.600.53
HSL351.33º53.55%30.39%-
HSV(B)351.33º69.75%46.67%-
XYZ8.775.43.38-
YUV62.18120168.52-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 58.62%
GREEN value IS 36 (14.45% from 255) = 17.73%
BLUE value IS 48 (19.14% from 255) = 23.65%
R=58.62%
G=17.73%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.60
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119364800.700.600.53351.3353.5530.39
Hex7724300463C3515f361e
Octal1674460010674655376636
Binary11101111001001100000100011011110011010110101111111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772430; }

 p { color: rgb(119,36,48); }

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

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

 a { background-color: rgb(119,36,48); }

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

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

 span { border-color: rgb(119,36,48); }

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