Html Css Color HEX #71213E Siren

📋 copy color: '#71213E'

red 113 ◦ green 33 ◦ blue 62

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

Shades of Siren #71213E

Tints of Siren #71213E

RGB

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

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

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

R = 54.33%
G = 15.87%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.45

 K value IS 0.56

RGB Variations

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

Color information

#71213E (or 0x71213E) is known color: Siren. HEX triplet: 71, 21 and 3E. RGB value is (113,33,62). Sum of RGB (Red+Green+Blue) = 113+33+62=208 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.33% from 208); Green value is 33 (13.28% from 255 or 15.87% from 208); Blue value is 62 (24.61% from 255 or 29.81% from 208); Max value from RGB is 113 - color contains mainly: red. Hex color #71213E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71213E is #8EDEC1. Grayscale: #3C3C3C. Windows color (decimal): -9363138 or 4071793. OLE color: 4071793.

HSL color Cylindrical-coordinate representation of color #71213E: hue angle of 338.25º 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 #71213E is Cyan = 0, Magento = 0.71, Yellow = 0.45 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 33 62 -
CMYK 0 0.71 0.45 0.56
HSL 338.25º 0.55% 0.29% -
HSV(B) 338.25º 0.71% 0.44% -
XYZ 8.22 4.95 5.08 -
YUV 60.23 129 165.64 -
System Red Green Blue C M Y K H S L
Decimal 113 33 62 0 0.71 0.45 0.56 338.25 0.55 0.29
Hex 71 21 3E 0 47 2D 38 152 37 1D
Octal 161 41 76 0 107 55 70 522 67 35
Binary 1110001 100001 111110 0 1000111 101101 111000 101010010 110111 11101

Color Harmonies of #71213E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71213E

Black with #71213E

Text Example


Text Example

White with #71213E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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