Html Css Color HEX #71273C Siren

📋 copy color: '#71273C'

red 113 ◦ green 39 ◦ blue 60

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

Shades of Siren #71273C

Tints of Siren #71273C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 28.3%

R = 53.3%
G = 18.4%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.47

 K value IS 0.56

RGB Variations

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

Color information

#71273C (or 0x71273C) is known color: Siren. HEX triplet: 71, 27 and 3C. RGB value is (113,39,60). Sum of RGB (Red+Green+Blue) = 113+39+60=212 (28% of max value = 765). Red value is 113 (44.53% from 255 or 53.30% from 212); Green value is 39 (15.62% from 255 or 18.40% from 212); Blue value is 60 (23.83% from 255 or 28.30% from 212); Max value from RGB is 113 - color contains mainly: red. Hex color #71273C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71273C is #8ED8C3. Grayscale: #3F3F3F. Windows color (decimal): -9361604 or 3942257. OLE color: 3942257.

HSL color Cylindrical-coordinate representation of color #71273C: hue angle of 342.97º 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 #71273C is Cyan = 0, Magento = 0.65, Yellow = 0.47 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 39 60 -
CMYK 0 0.65 0.47 0.56
HSL 342.97º 0.49% 0.3% -
HSV(B) 342.97º 0.65% 0.44% -
XYZ 8.35 5.29 4.86 -
YUV 63.52 126.02 163.29 -
System Red Green Blue C M Y K H S L
Decimal 113 39 60 0 0.65 0.47 0.56 342.97 0.49 0.3
Hex 71 27 3C 0 41 2F 38 157 31 1E
Octal 161 47 74 0 101 57 70 527 61 36
Binary 1110001 100111 111100 0 1000001 101111 111000 101010111 110001 11110

Color Harmonies of #71273C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71273C

Black with #71273C

Text Example


Text Example

White with #71273C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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