Html Css Color HEX #77232F Scarlett

📋 copy color: '#77232F'

red 119 ◦ green 35 ◦ blue 47

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

Shades of Scarlett #77232F

Tints of Scarlett #77232F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.41%

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

R = 59.2%
G = 17.41%
B = 23.38%

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

#77232F (or 0x77232F) is known color: Scarlett. HEX triplet: 77, 23 and 2F. RGB value is (119,35,47). Sum of RGB (Red+Green+Blue) = 119+35+47=201 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.20% from 201); Green value is 35 (14.06% from 255 or 17.41% from 201); Blue value is 47 (18.75% from 255 or 23.38% from 201); Max value from RGB is 119 - color contains mainly: red. Hex color #77232F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77232F is #88DCD0. Grayscale: #3D3D3D. Windows color (decimal): -8969425 or 3089271. OLE color: 3089271.

HSL color Cylindrical-coordinate representation of color #77232F: hue angle of 351.43º degrees, saturation: 0.55, 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 #77232F is Cyan = 0, Magento = 0.71, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 35 47 -
CMYK 0 0.71 0.61 0.53
HSL 351.43º 0.55% 0.3% -
HSV(B) 351.43º 0.71% 0.47% -
XYZ 8.72 5.33 3.26 -
YUV 61.48 119.83 169.02 -
System Red Green Blue C M Y K H S L
Decimal 119 35 47 0 0.71 0.61 0.53 351.43 0.55 0.3
Hex 77 23 2F 0 47 3D 35 15F 37 1E
Octal 167 43 57 0 107 75 65 537 67 36
Binary 1110111 100011 101111 0 1000111 111101 110101 101011111 110111 11110

Color Harmonies of #77232F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77232F

Black with #77232F

Text Example


Text Example

White with #77232F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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