Html Css Color HEX #71303F Siren

📋 copy color: '#71303F'

red 113 ◦ green 48 ◦ blue 63

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

Shades of Siren #71303F

Tints of Siren #71303F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.43%

 BLUE value IS 63 (25% from 255) = 28.13%

R = 50.45%
G = 21.43%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.44

 K value IS 0.56

RGB Variations

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

Color information

#71303F (or 0x71303F) is known color: Siren. HEX triplet: 71, 30 and 3F. RGB value is (113,48,63). Sum of RGB (Red+Green+Blue) = 113+48+63=224 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.45% from 224); Green value is 48 (19.14% from 255 or 21.43% from 224); Blue value is 63 (25% from 255 or 28.12% from 224); Max value from RGB is 113 - color contains mainly: red. Hex color #71303F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71303F is #8ECFC0. Grayscale: #454545. Windows color (decimal): -9359297 or 4141169. OLE color: 4141169.

HSL color Cylindrical-coordinate representation of color #71303F: hue angle of 346.15º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #71303F is Cyan = 0, Magento = 0.58, Yellow = 0.44 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 48 63 -
CMYK 0 0.58 0.44 0.56
HSL 346.15º 0.4% 0.32% -
HSV(B) 346.15º 0.58% 0.44% -
XYZ 8.76 5.98 5.4 -
YUV 69.15 124.53 159.28 -
System Red Green Blue C M Y K H S L
Decimal 113 48 63 0 0.58 0.44 0.56 346.15 0.4 0.32
Hex 71 30 3F 0 3A 2C 38 15A 28 20
Octal 161 60 77 0 72 54 70 532 50 40
Binary 1110001 110000 111111 0 111010 101100 111000 101011010 101000 100000

Color Harmonies of #71303F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71303F

Black with #71303F

Text Example


Text Example

White with #71303F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71303F; }

 p { color: rgb(113,48,63); }

 H1.HeaderClassName
 {
   color: #71303F;
 }
 .AnyTagClassName
 {
   color: #71303F;
 }
</style>

background-color css

<style>
 a { background-color: #71303F; }

 a { background-color: rgb(113,48,63); }

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

border-color css

<style>
 span { border-color: #71303F; }

 span { border-color: rgb(113,48,63); }

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