Html Css Color HEX #77242F Scarlett

📋 copy color: '#77242F'

red 119 ◦ green 36 ◦ blue 47

#77242F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scarlett #77242F

Tints of Scarlett #77242F

RGB

 RED value IS 119 (46.88% from 255) = 58.91%

 GREEN value IS 36 (14.45% from 255) = 17.82%

 BLUE value IS 47 (18.75% from 255) = 23.27%

R = 58.91%
G = 17.82%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.61

 K value IS 0.53

RGB Variations

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

Color information

#77242F (or 0x77242F) is known color: Scarlett. HEX triplet: 77, 24 and 2F. RGB value is (119,36,47). Sum of RGB (Red+Green+Blue) = 119+36+47=202 (26% of max value = 765). Red value is 119 (46.88% from 255 or 58.91% from 202); Green value is 36 (14.45% from 255 or 17.82% from 202); Blue value is 47 (18.75% from 255 or 23.27% from 202); Max value from RGB is 119 - color contains mainly: red. Hex color #77242F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77242F is #88DBD0. Grayscale: #3E3E3E. Windows color (decimal): -8969169 or 3089527. OLE color: 3089527.

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

Color convert

RGB 119 36 47 -
CMYK 0 0.70 0.61 0.53
HSL 352.05º 0.54% 0.3% -
HSV(B) 352.05º 0.7% 0.47% -
XYZ 8.75 5.39 3.27 -
YUV 62.07 119.5 168.61 -
System Red Green Blue C M Y K H S L
Decimal 119 36 47 0 0.70 0.61 0.53 352.05 0.54 0.3
Hex 77 24 2F 0 46 3D 35 160 36 1E
Octal 167 44 57 0 106 75 65 540 66 36
Binary 1110111 100100 101111 0 1000110 111101 110101 101100000 110110 11110

Color Harmonies of #77242F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77242F

Black with #77242F

Text Example


Text Example

White with #77242F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #77242F;
 }
 .AnyTagClassName
 {
   color: #77242F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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