Html Css Color HEX #71273E Siren

📋 copy color: '#71273E'

red 113 ◦ green 39 ◦ blue 62

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

Shades of Siren #71273E

Tints of Siren #71273E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.22%

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

R = 52.8%
G = 18.22%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.45

 K value IS 0.56

RGB Variations

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

Color information

#71273E (or 0x71273E) is known color: Siren. HEX triplet: 71, 27 and 3E. RGB value is (113,39,62). Sum of RGB (Red+Green+Blue) = 113+39+62=214 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.80% from 214); Green value is 39 (15.62% from 255 or 18.22% from 214); Blue value is 62 (24.61% from 255 or 28.97% from 214); Max value from RGB is 113 - color contains mainly: red. Hex color #71273E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71273E is #8ED8C1. Grayscale: #3F3F3F. Windows color (decimal): -9361602 or 4073329. OLE color: 4073329.

HSL color Cylindrical-coordinate representation of color #71273E: hue angle of 341.35º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #71273E is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 39 62 -
CMYK 0 0.65 0.45 0.56
HSL 341.35º 0.49% 0.3% -
HSV(B) 341.35º 0.65% 0.44% -
XYZ 8.41 5.31 5.14 -
YUV 63.75 127.02 163.13 -
System Red Green Blue C M Y K H S L
Decimal 113 39 62 0 0.65 0.45 0.56 341.35 0.49 0.3
Hex 71 27 3E 0 41 2D 38 155 31 1E
Octal 161 47 76 0 101 55 70 525 61 36
Binary 1110001 100111 111110 0 1000001 101101 111000 101010101 110001 11110

Color Harmonies of #71273E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71273E

Black with #71273E

Text Example


Text Example

White with #71273E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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