Html Css Color HEX #702541 Siren

📋 copy color: '#702541'

red 112 ◦ green 37 ◦ blue 65

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

Shades of Siren #702541

Tints of Siren #702541

RGB

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

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

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

R = 52.34%
G = 17.29%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#702541 (or 0x702541) is known color: Siren. HEX triplet: 70, 25 and 41. RGB value is (112,37,65). Sum of RGB (Red+Green+Blue) = 112+37+65=214 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.34% from 214); Green value is 37 (14.84% from 255 or 17.29% from 214); Blue value is 65 (25.78% from 255 or 30.37% from 214); Max value from RGB is 112 - color contains mainly: red. Hex color #702541 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702541 is #8FDABE. Grayscale: #3E3E3E. Windows color (decimal): -9427647 or 4269424. OLE color: 4269424.

HSL color Cylindrical-coordinate representation of color #702541: hue angle of 337.6º degrees, saturation: 0.5, 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 #702541 is Cyan = 0, Magento = 0.67, Yellow = 0.42 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 37 65 -
CMYK 0 0.67 0.42 0.56
HSL 337.6º 0.5% 0.29% -
HSV(B) 337.6º 0.67% 0.44% -
XYZ 8.3 5.15 5.56 -
YUV 62.62 129.35 163.22 -
System Red Green Blue C M Y K H S L
Decimal 112 37 65 0 0.67 0.42 0.56 337.6 0.5 0.29
Hex 70 25 41 0 43 2A 38 152 32 1D
Octal 160 45 101 0 103 52 70 522 62 35
Binary 1110000 100101 1000001 0 1000011 101010 111000 101010010 110010 11101

Color Harmonies of #702541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702541

Black with #702541

Text Example


Text Example

White with #702541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702541; }

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

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

background-color css

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

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

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

border-color css

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

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

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