Html Css Color HEX #772231 Scarlett

📋 copy color: '#772231'

red 119 ◦ green 34 ◦ blue 49

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

Shades of Scarlett #772231

Tints of Scarlett #772231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 24.26%

R = 58.91%
G = 16.83%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.59

 K value IS 0.53

RGB Variations

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

Color information

#772231 (or 0x772231) is known color: Scarlett. HEX triplet: 77, 22 and 31. RGB value is (119,34,49). Sum of RGB (Red+Green+Blue) = 119+34+49=202 (26% of max value = 765). Red value is 119 (46.88% from 255 or 58.91% from 202); Green value is 34 (13.67% from 255 or 16.83% from 202); Blue value is 49 (19.53% from 255 or 24.26% from 202); Max value from RGB is 119 - color contains mainly: red. Hex color #772231 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772231 is #88DDCE. Grayscale: #3D3D3D. Windows color (decimal): -8969679 or 3220087. OLE color: 3220087.

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

Color convert

RGB 119 34 49 -
CMYK 0 0.71 0.59 0.53
HSL 349.41º 0.56% 0.3% -
HSV(B) 349.41º 0.71% 0.47% -
XYZ 8.73 5.29 3.47 -
YUV 61.13 121.16 169.28 -
System Red Green Blue C M Y K H S L
Decimal 119 34 49 0 0.71 0.59 0.53 349.41 0.56 0.3
Hex 77 22 31 0 47 3B 35 15D 38 1E
Octal 167 42 61 0 107 73 65 535 70 36
Binary 1110111 100010 110001 0 1000111 111011 110101 101011101 111000 11110

Color Harmonies of #772231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772231

Black with #772231

Text Example


Text Example

White with #772231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772231; }

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

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

background-color css

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

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

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

border-color css

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

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

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