Html Css Color HEX #703344 Siren

📋 copy color: '#703344'

red 112 ◦ green 51 ◦ blue 68

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

Shades of Siren #703344

Tints of Siren #703344

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.08%

 BLUE value IS 68 (26.95% from 255) = 29.44%

R = 48.48%
G = 22.08%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.39

 K value IS 0.56

RGB Variations

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

Color information

#703344 (or 0x703344) is known color: Siren. HEX triplet: 70, 33 and 44. RGB value is (112,51,68). Sum of RGB (Red+Green+Blue) = 112+51+68=231 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.48% from 231); Green value is 51 (20.31% from 255 or 22.08% from 231); Blue value is 68 (26.95% from 255 or 29.44% from 231); Max value from RGB is 112 - color contains mainly: red. Hex color #703344 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703344 is #8FCCBB. Grayscale: #474747. Windows color (decimal): -9424060 or 4469616. OLE color: 4469616.

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

Color convert

RGB 112 51 68 -
CMYK 0 0.54 0.39 0.56
HSL 343.28º 0.37% 0.32% -
HSV(B) 343.28º 0.54% 0.44% -
XYZ 8.91 6.23 6.2 -
YUV 71.18 126.21 157.12 -
System Red Green Blue C M Y K H S L
Decimal 112 51 68 0 0.54 0.39 0.56 343.28 0.37 0.32
Hex 70 33 44 0 36 27 38 157 25 20
Octal 160 63 104 0 66 47 70 527 45 40
Binary 1110000 110011 1000100 0 110110 100111 111000 101010111 100101 100000

Color Harmonies of #703344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703344

Black with #703344

Text Example


Text Example

White with #703344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703344; }

 p { color: rgb(112,51,68); }

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

background-color css

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

 a { background-color: rgb(112,51,68); }

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

border-color css

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

 span { border-color: rgb(112,51,68); }

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