Html Css Color HEX #77213F Siren

📋 copy color: '#77213F'

red 119 ◦ green 33 ◦ blue 63

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

Shades of Siren #77213F

Tints of Siren #77213F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 29.3%

R = 55.35%
G = 15.35%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.47

 K value IS 0.53

RGB Variations

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

Color information

#77213F (or 0x77213F) is known color: Siren. HEX triplet: 77, 21 and 3F. RGB value is (119,33,63). Sum of RGB (Red+Green+Blue) = 119+33+63=215 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.35% from 215); Green value is 33 (13.28% from 255 or 15.35% from 215); Blue value is 63 (25% from 255 or 29.30% from 215); Max value from RGB is 119 - color contains mainly: red. Hex color #77213F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77213F is #88DEC0. Grayscale: #3E3E3E. Windows color (decimal): -8969921 or 4137335. OLE color: 4137335.

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

Color convert

RGB 119 33 63 -
CMYK 0 0.72 0.47 0.53
HSL 339.07º 0.57% 0.3% -
HSV(B) 339.07º 0.72% 0.47% -
XYZ 9.05 5.37 5.26 -
YUV 62.13 128.49 168.56 -
System Red Green Blue C M Y K H S L
Decimal 119 33 63 0 0.72 0.47 0.53 339.07 0.57 0.3
Hex 77 21 3F 0 48 2F 35 153 39 1E
Octal 167 41 77 0 110 57 65 523 71 36
Binary 1110111 100001 111111 0 1001000 101111 110101 101010011 111001 11110

Color Harmonies of #77213F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77213F

Black with #77213F

Text Example


Text Example

White with #77213F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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