Html Css Color HEX #77213E Siren

📋 copy color: '#77213E'

red 119 ◦ green 33 ◦ blue 62

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

Shades of Siren #77213E

Tints of Siren #77213E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 28.97%

R = 55.61%
G = 15.42%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.48

 K value IS 0.53

RGB Variations

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

Color information

#77213E (or 0x77213E) is known color: Siren. HEX triplet: 77, 21 and 3E. RGB value is (119,33,62). Sum of RGB (Red+Green+Blue) = 119+33+62=214 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.61% from 214); Green value is 33 (13.28% from 255 or 15.42% from 214); Blue value is 62 (24.61% from 255 or 28.97% from 214); Max value from RGB is 119 - color contains mainly: red. Hex color #77213E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77213E is #88DEC1. Grayscale: #3D3D3D. Windows color (decimal): -8969922 or 4071799. OLE color: 4071799.

HSL color Cylindrical-coordinate representation of color #77213E: hue angle of 339.77º 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 #77213E is Cyan = 0, Magento = 0.72, Yellow = 0.48 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 33 62 -
CMYK 0 0.72 0.48 0.53
HSL 339.77º 0.57% 0.3% -
HSV(B) 339.77º 0.72% 0.47% -
XYZ 9.02 5.36 5.12 -
YUV 62.02 127.99 168.64 -
System Red Green Blue C M Y K H S L
Decimal 119 33 62 0 0.72 0.48 0.53 339.77 0.57 0.3
Hex 77 21 3E 0 48 30 35 154 39 1E
Octal 167 41 76 0 110 60 65 524 71 36
Binary 1110111 100001 111110 0 1001000 110000 110101 101010100 111001 11110

Color Harmonies of #77213E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77213E

Black with #77213E

Text Example


Text Example

White with #77213E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77213E; }

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

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

background-color css

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

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

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

border-color css

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

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

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