Html Css Color HEX #702741 Siren

📋 copy color: '#702741'

red 112 ◦ green 39 ◦ blue 65

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

Shades of Siren #702741

Tints of Siren #702741

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.06%

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

R = 51.85%
G = 18.06%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#702741 (or 0x702741) is known color: Siren. HEX triplet: 70, 27 and 41. RGB value is (112,39,65). Sum of RGB (Red+Green+Blue) = 112+39+65=216 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.85% from 216); Green value is 39 (15.62% from 255 or 18.06% from 216); Blue value is 65 (25.78% from 255 or 30.09% from 216); Max value from RGB is 112 - color contains mainly: red. Hex color #702741 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702741 is #8FD8BE. Grayscale: #3F3F3F. Windows color (decimal): -9427135 or 4269936. OLE color: 4269936.

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

Color convert

RGB 112 39 65 -
CMYK 0 0.65 0.42 0.56
HSL 338.63º 0.48% 0.3% -
HSV(B) 338.63º 0.65% 0.44% -
XYZ 8.36 5.28 5.58 -
YUV 63.79 128.68 162.39 -
System Red Green Blue C M Y K H S L
Decimal 112 39 65 0 0.65 0.42 0.56 338.63 0.48 0.3
Hex 70 27 41 0 41 2A 38 153 30 1E
Octal 160 47 101 0 101 52 70 523 60 36
Binary 1110000 100111 1000001 0 1000001 101010 111000 101010011 110000 11110

Color Harmonies of #702741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702741

Black with #702741

Text Example


Text Example

White with #702741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702741; }

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

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

background-color css

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

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

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

border-color css

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

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

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