Html Css Color HEX #71213D Siren

📋 copy color: '#71213D'

red 113 ◦ green 33 ◦ blue 61

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

Shades of Siren #71213D

Tints of Siren #71213D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 29.47%

R = 54.59%
G = 15.94%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.46

 K value IS 0.56

RGB Variations

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

Color information

#71213D (or 0x71213D) is known color: Siren. HEX triplet: 71, 21 and 3D. RGB value is (113,33,61). Sum of RGB (Red+Green+Blue) = 113+33+61=207 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.59% from 207); Green value is 33 (13.28% from 255 or 15.94% from 207); Blue value is 61 (24.22% from 255 or 29.47% from 207); Max value from RGB is 113 - color contains mainly: red. Hex color #71213D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71213D is #8EDEC2. Grayscale: #3C3C3C. Windows color (decimal): -9363139 or 4006257. OLE color: 4006257.

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

Color convert

RGB 113 33 61 -
CMYK 0 0.71 0.46 0.56
HSL 339º 0.55% 0.29% -
HSV(B) 339º 0.71% 0.44% -
XYZ 8.2 4.94 4.94 -
YUV 60.11 128.5 165.72 -
System Red Green Blue C M Y K H S L
Decimal 113 33 61 0 0.71 0.46 0.56 339 0.55 0.29
Hex 71 21 3D 0 47 2E 38 153 37 1D
Octal 161 41 75 0 107 56 70 523 67 35
Binary 1110001 100001 111101 0 1000111 101110 111000 101010011 110111 11101

Color Harmonies of #71213D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71213D

Black with #71213D

Text Example


Text Example

White with #71213D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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