Html Css Color HEX #71213B Siren

📋 copy color: '#71213B'

red 113 ◦ green 33 ◦ blue 59

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

Shades of Siren #71213B

Tints of Siren #71213B

RGB

 RED value IS 113 (44.53% from 255) = 55.12%

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

 BLUE value IS 59 (23.44% from 255) = 28.78%

R = 55.12%
G = 16.1%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.48

 K value IS 0.56

RGB Variations

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

Color information

#71213B (or 0x71213B) is known color: Siren. HEX triplet: 71, 21 and 3B. RGB value is (113,33,59). Sum of RGB (Red+Green+Blue) = 113+33+59=205 (27% of max value = 765). Red value is 113 (44.53% from 255 or 55.12% from 205); Green value is 33 (13.28% from 255 or 16.10% from 205); Blue value is 59 (23.44% from 255 or 28.78% from 205); Max value from RGB is 113 - color contains mainly: red. Hex color #71213B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71213B is #8EDEC4. Grayscale: #3B3B3B. Windows color (decimal): -9363141 or 3875185. OLE color: 3875185.

HSL color Cylindrical-coordinate representation of color #71213B: hue angle of 340.5º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #71213B is Cyan = 0, Magento = 0.71, Yellow = 0.48 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 33 59 -
CMYK 0 0.71 0.48 0.56
HSL 340.5º 0.55% 0.29% -
HSV(B) 340.5º 0.71% 0.44% -
XYZ 8.14 4.91 4.66 -
YUV 59.88 127.5 165.89 -
System Red Green Blue C M Y K H S L
Decimal 113 33 59 0 0.71 0.48 0.56 340.5 0.55 0.29
Hex 71 21 3B 0 47 30 38 154 37 1D
Octal 161 41 73 0 107 60 70 524 67 35
Binary 1110001 100001 111011 0 1000111 110000 111000 101010100 110111 11101

Color Harmonies of #71213B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71213B

Black with #71213B

Text Example


Text Example

White with #71213B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71213B; }

 p { color: rgb(113,33,59); }

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

background-color css

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

 a { background-color: rgb(113,33,59); }

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

border-color css

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

 span { border-color: rgb(113,33,59); }

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