Html Css Color HEX #76213F Siren

📋 copy color: '#76213F'

red 118 ◦ green 33 ◦ blue 63

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

Shades of Siren #76213F

Tints of Siren #76213F

RGB

 RED value IS 118 (46.48% from 255) = 55.14%

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

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

R = 55.14%
G = 15.42%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.47

 K value IS 0.54

RGB Variations

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

Color information

#76213F (or 0x76213F) is known color: Siren. HEX triplet: 76, 21 and 3F. RGB value is (118,33,63). Sum of RGB (Red+Green+Blue) = 118+33+63=214 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.14% from 214); Green value is 33 (13.28% from 255 or 15.42% from 214); Blue value is 63 (25% from 255 or 29.44% from 214); Max value from RGB is 118 - color contains mainly: red. Hex color #76213F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76213F is #89DEC0. Grayscale: #3D3D3D. Windows color (decimal): -9035457 or 4137334. OLE color: 4137334.

HSL color Cylindrical-coordinate representation of color #76213F: hue angle of 338.82º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #76213F is Cyan = 0, Magento = 0.72, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 33 63 -
CMYK 0 0.72 0.47 0.54
HSL 338.82º 0.56% 0.3% -
HSV(B) 338.82º 0.72% 0.46% -
XYZ 8.91 5.3 5.26 -
YUV 61.84 128.66 168.06 -
System Red Green Blue C M Y K H S L
Decimal 118 33 63 0 0.72 0.47 0.54 338.82 0.56 0.3
Hex 76 21 3F 0 48 2F 36 153 38 1E
Octal 166 41 77 0 110 57 66 523 70 36
Binary 1110110 100001 111111 0 1001000 101111 110110 101010011 111000 11110

Color Harmonies of #76213F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76213F

Black with #76213F

Text Example


Text Example

White with #76213F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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