Html Css Color HEX #77222F Scarlett

📋 copy color: '#77222F'

red 119 ◦ green 34 ◦ blue 47

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

Shades of Scarlett #77222F

Tints of Scarlett #77222F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17%

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

R = 59.5%
G = 17%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.61

 K value IS 0.53

RGB Variations

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

Color information

#77222F (or 0x77222F) is known color: Scarlett. HEX triplet: 77, 22 and 2F. RGB value is (119,34,47). Sum of RGB (Red+Green+Blue) = 119+34+47=200 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.5% from 200); Green value is 34 (13.67% from 255 or 17% from 200); Blue value is 47 (18.75% from 255 or 23.5% from 200); Max value from RGB is 119 - color contains mainly: red. Hex color #77222F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77222F is #88DDD0. Grayscale: #3C3C3C. Windows color (decimal): -8969681 or 3089015. OLE color: 3089015.

HSL color Cylindrical-coordinate representation of color #77222F: hue angle of 350.82º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #77222F is Cyan = 0, Magento = 0.71, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 34 47 -
CMYK 0 0.71 0.61 0.53
HSL 350.82º 0.56% 0.3% -
HSV(B) 350.82º 0.71% 0.47% -
XYZ 8.69 5.27 3.25 -
YUV 60.9 120.16 169.44 -
System Red Green Blue C M Y K H S L
Decimal 119 34 47 0 0.71 0.61 0.53 350.82 0.56 0.3
Hex 77 22 2F 0 47 3D 35 15F 38 1E
Octal 167 42 57 0 107 75 65 537 70 36
Binary 1110111 100010 101111 0 1000111 111101 110101 101011111 111000 11110

Color Harmonies of #77222F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77222F

Black with #77222F

Text Example


Text Example

White with #77222F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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