Html Css Color HEX #77212F Scarlett

📋 copy color: '#77212F'

red 119 ◦ green 33 ◦ blue 47

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

Shades of Scarlett #77212F

Tints of Scarlett #77212F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.58%

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

R = 59.8%
G = 16.58%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.61

 K value IS 0.53

RGB Variations

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

Color information

#77212F (or 0x77212F) is known color: Scarlett. HEX triplet: 77, 21 and 2F. RGB value is (119,33,47). Sum of RGB (Red+Green+Blue) = 119+33+47=199 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.80% from 199); Green value is 33 (13.28% from 255 or 16.58% from 199); Blue value is 47 (18.75% from 255 or 23.62% from 199); Max value from RGB is 119 - color contains mainly: red. Hex color #77212F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77212F is #88DED0. Grayscale: #3C3C3C. Windows color (decimal): -8969937 or 3088759. OLE color: 3088759.

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

Color convert

RGB 119 33 47 -
CMYK 0 0.72 0.61 0.53
HSL 350.23º 0.57% 0.3% -
HSV(B) 350.23º 0.72% 0.47% -
XYZ 8.66 5.21 3.24 -
YUV 60.31 120.49 169.86 -
System Red Green Blue C M Y K H S L
Decimal 119 33 47 0 0.72 0.61 0.53 350.23 0.57 0.3
Hex 77 21 2F 0 48 3D 35 15E 39 1E
Octal 167 41 57 0 110 75 65 536 71 36
Binary 1110111 100001 101111 0 1001000 111101 110101 101011110 111001 11110

Color Harmonies of #77212F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77212F

Black with #77212F

Text Example


Text Example

White with #77212F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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