Html Css Color HEX #77222C Scarlett

📋 copy color: '#77222C'

red 119 ◦ green 34 ◦ blue 44

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

Shades of Scarlett #77222C

Tints of Scarlett #77222C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 22.34%

R = 60.41%
G = 17.26%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.63

 K value IS 0.53

RGB Variations

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

Color information

#77222C (or 0x77222C) is known color: Scarlett. HEX triplet: 77, 22 and 2C. RGB value is (119,34,44). Sum of RGB (Red+Green+Blue) = 119+34+44=197 (26% of max value = 765). Red value is 119 (46.88% from 255 or 60.41% from 197); Green value is 34 (13.67% from 255 or 17.26% from 197); Blue value is 44 (17.58% from 255 or 22.34% from 197); Max value from RGB is 119 - color contains mainly: red. Hex color #77222C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77222C is #88DDD3. Grayscale: #3C3C3C. Windows color (decimal): -8969684 or 2892407. OLE color: 2892407.

HSL color Cylindrical-coordinate representation of color #77222C: hue angle of 352.94º 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 #77222C is Cyan = 0, Magento = 0.71, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 34 44 -
CMYK 0 0.71 0.63 0.53
HSL 352.94º 0.56% 0.3% -
HSV(B) 352.94º 0.71% 0.47% -
XYZ 8.63 5.25 2.94 -
YUV 60.56 118.66 169.69 -
System Red Green Blue C M Y K H S L
Decimal 119 34 44 0 0.71 0.63 0.53 352.94 0.56 0.3
Hex 77 22 2C 0 47 3F 35 161 38 1E
Octal 167 42 54 0 107 77 65 541 70 36
Binary 1110111 100010 101100 0 1000111 111111 110101 101100001 111000 11110

Color Harmonies of #77222C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77222C

Black with #77222C

Text Example


Text Example

White with #77222C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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