Html Css Color HEX #772432 Scarlett

📋 copy color: '#772432'

red 119 ◦ green 36 ◦ blue 50

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

Shades of Scarlett #772432

Tints of Scarlett #772432

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 24.39%

R = 58.05%
G = 17.56%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.58

 K value IS 0.53

RGB Variations

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

Color information

#772432 (or 0x772432) is known color: Scarlett. HEX triplet: 77, 24 and 32. RGB value is (119,36,50). Sum of RGB (Red+Green+Blue) = 119+36+50=205 (27% of max value = 765). Red value is 119 (46.88% from 255 or 58.05% from 205); Green value is 36 (14.45% from 255 or 17.56% from 205); Blue value is 50 (19.92% from 255 or 24.39% from 205); Max value from RGB is 119 - color contains mainly: red. Hex color #772432 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772432 is #88DBCD. Grayscale: #3E3E3E. Windows color (decimal): -8969166 or 3286135. OLE color: 3286135.

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

Color convert

RGB 119 36 50 -
CMYK 0 0.70 0.58 0.53
HSL 349.88º 0.54% 0.3% -
HSV(B) 349.88º 0.7% 0.47% -
XYZ 8.81 5.41 3.6 -
YUV 62.41 121 168.36 -
System Red Green Blue C M Y K H S L
Decimal 119 36 50 0 0.70 0.58 0.53 349.88 0.54 0.3
Hex 77 24 32 0 46 3A 35 15E 36 1E
Octal 167 44 62 0 106 72 65 536 66 36
Binary 1110111 100100 110010 0 1000110 111010 110101 101011110 110110 11110

Color Harmonies of #772432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772432

Black with #772432

Text Example


Text Example

White with #772432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772432; }

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

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

background-color css

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

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

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

border-color css

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

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

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