#77242D

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

Shades of Scarlett #77242D

Tints of Scarlett #77242D

Color information

#77242D (or 0x77242D) is unknown color: approx Scarlett. HEX triplet: 77, 24 and 2D. RGB value is (119,36,45). Sum of RGB (Red+Green+Blue) = 119+36+45=200 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.5% from 200); Green value is 36 (14.45% from 255 or 18% from 200); Blue value is 45 (17.97% from 255 or 22.5% from 200); Max value from RGB is 119 - color contains mainly: red. Hex color #77242D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77242D is #88DBD2. Grayscale: #3D3D3D. Windows color (decimal): -8969171 or 2958455. OLE color: 2958455.

HSL color Cylindrical-coordinate representation of color #77242D: hue angle of 353.49º 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 #77242D is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.53.

Color convert

RGB1193645-
CMYK00.700.620.53
HSL353.49º53.55%30.39%-
HSV(B)353.49º69.75%46.67%-
XYZ8.715.373.06-
YUV61.84118.5168.77-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 59.5%
GREEN value IS 36 (14.45% from 255) = 18%
BLUE value IS 45 (17.97% from 255) = 22.5%
R=59.5%
G=18%
B=22.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119364500.700.620.53353.4953.5530.39
Hex77242D0463E35161361e
Octal1674455010676655416636
Binary11101111001001011010100011011111011010110110000111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77242D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77242D; }

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

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

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

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

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

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

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

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