Html Css Color HEX #71253A Siren

📋 copy color: '#71253A'

red 113 ◦ green 37 ◦ blue 58

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

Shades of Siren #71253A

Tints of Siren #71253A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.79%

 BLUE value IS 58 (23.05% from 255) = 27.88%

R = 54.33%
G = 17.79%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.49

 K value IS 0.56

RGB Variations

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

Color information

#71253A (or 0x71253A) is known color: Siren. HEX triplet: 71, 25 and 3A. RGB value is (113,37,58). Sum of RGB (Red+Green+Blue) = 113+37+58=208 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.33% from 208); Green value is 37 (14.84% from 255 or 17.79% from 208); Blue value is 58 (23.05% from 255 or 27.88% from 208); Max value from RGB is 113 - color contains mainly: red. Hex color #71253A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71253A is #8EDAC5. Grayscale: #3E3E3E. Windows color (decimal): -9362118 or 3810673. OLE color: 3810673.

HSL color Cylindrical-coordinate representation of color #71253A: hue angle of 343.42º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #71253A is Cyan = 0, Magento = 0.67, Yellow = 0.49 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 37 58 -
CMYK 0 0.67 0.49 0.56
HSL 343.42º 0.51% 0.29% -
HSV(B) 343.42º 0.67% 0.44% -
XYZ 8.24 5.14 4.56 -
YUV 62.12 125.68 164.29 -
System Red Green Blue C M Y K H S L
Decimal 113 37 58 0 0.67 0.49 0.56 343.42 0.51 0.29
Hex 71 25 3A 0 43 31 38 157 33 1D
Octal 161 45 72 0 103 61 70 527 63 35
Binary 1110001 100101 111010 0 1000011 110001 111000 101010111 110011 11101

Color Harmonies of #71253A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71253A

Black with #71253A

Text Example


Text Example

White with #71253A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71253A; }

 p { color: rgb(113,37,58); }

 H1.HeaderClassName
 {
   color: #71253A;
 }
 .AnyTagClassName
 {
   color: #71253A;
 }
</style>

background-color css

<style>
 a { background-color: #71253A; }

 a { background-color: rgb(113,37,58); }

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

border-color css

<style>
 span { border-color: #71253A; }

 span { border-color: rgb(113,37,58); }

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