Html Css Color HEX #703041 Siren

📋 copy color: '#703041'

red 112 ◦ green 48 ◦ blue 65

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

Shades of Siren #703041

Tints of Siren #703041

RGB

 RED value IS 112 (44.14% from 255) = 49.78%

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

 BLUE value IS 65 (25.78% from 255) = 28.89%

R = 49.78%
G = 21.33%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#703041 (or 0x703041) is known color: Siren. HEX triplet: 70, 30 and 41. RGB value is (112,48,65). Sum of RGB (Red+Green+Blue) = 112+48+65=225 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.78% from 225); Green value is 48 (19.14% from 255 or 21.33% from 225); Blue value is 65 (25.78% from 255 or 28.89% from 225); Max value from RGB is 112 - color contains mainly: red. Hex color #703041 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703041 is #8FCFBE. Grayscale: #454545. Windows color (decimal): -9424831 or 4272240. OLE color: 4272240.

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

Color convert

RGB 112 48 65 -
CMYK 0 0.57 0.42 0.56
HSL 344.06º 0.4% 0.31% -
HSV(B) 344.06º 0.57% 0.44% -
XYZ 8.69 5.94 5.69 -
YUV 69.07 125.7 158.62 -
System Red Green Blue C M Y K H S L
Decimal 112 48 65 0 0.57 0.42 0.56 344.06 0.4 0.31
Hex 70 30 41 0 39 2A 38 158 28 1F
Octal 160 60 101 0 71 52 70 530 50 37
Binary 1110000 110000 1000001 0 111001 101010 111000 101011000 101000 11111

Color Harmonies of #703041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703041

Black with #703041

Text Example


Text Example

White with #703041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703041; }

 p { color: rgb(112,48,65); }

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

background-color css

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

 a { background-color: rgb(112,48,65); }

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

border-color css

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

 span { border-color: rgb(112,48,65); }

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