Html Css Color HEX #702841 Siren

📋 copy color: '#702841'

red 112 ◦ green 40 ◦ blue 65

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

Shades of Siren #702841

Tints of Siren #702841

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.43%

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

R = 51.61%
G = 18.43%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#702841 (or 0x702841) is known color: Siren. HEX triplet: 70, 28 and 41. RGB value is (112,40,65). Sum of RGB (Red+Green+Blue) = 112+40+65=217 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.61% from 217); Green value is 40 (16.02% from 255 or 18.43% from 217); Blue value is 65 (25.78% from 255 or 29.95% from 217); Max value from RGB is 112 - color contains mainly: red. Hex color #702841 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702841 is #8FD7BE. Grayscale: #404040. Windows color (decimal): -9426879 or 4270192. OLE color: 4270192.

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

Color convert

RGB 112 40 65 -
CMYK 0 0.64 0.42 0.56
HSL 339.17º 0.47% 0.3% -
HSV(B) 339.17º 0.64% 0.44% -
XYZ 8.4 5.34 5.59 -
YUV 64.38 128.35 161.97 -
System Red Green Blue C M Y K H S L
Decimal 112 40 65 0 0.64 0.42 0.56 339.17 0.47 0.3
Hex 70 28 41 0 40 2A 38 153 2F 1E
Octal 160 50 101 0 100 52 70 523 57 36
Binary 1110000 101000 1000001 0 1000000 101010 111000 101010011 101111 11110

Color Harmonies of #702841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702841

Black with #702841

Text Example


Text Example

White with #702841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702841; }

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

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

background-color css

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

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

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

border-color css

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

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

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