Html Css Color HEX #722D41 Siren

📋 copy color: '#722D41'

red 114 ◦ green 45 ◦ blue 65

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

Shades of Siren #722D41

Tints of Siren #722D41

RGB

 RED value IS 114 (44.92% from 255) = 50.89%

 GREEN value IS 45 (17.97% from 255) = 20.09%

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

R = 50.89%
G = 20.09%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#722D41 (or 0x722D41) is known color: Siren. HEX triplet: 72, 2D and 41. RGB value is (114,45,65). Sum of RGB (Red+Green+Blue) = 114+45+65=224 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.89% from 224); Green value is 45 (17.97% from 255 or 20.09% from 224); Blue value is 65 (25.78% from 255 or 29.02% from 224); Max value from RGB is 114 - color contains mainly: red. Hex color #722D41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722D41 is #8DD2BE. Grayscale: #434343. Windows color (decimal): -9294527 or 4271474. OLE color: 4271474.

HSL color Cylindrical-coordinate representation of color #722D41: hue angle of 342.61º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #722D41 is Cyan = 0, Magento = 0.61, Yellow = 0.43 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 45 65 -
CMYK 0 0.61 0.43 0.55
HSL 342.61º 0.43% 0.31% -
HSV(B) 342.61º 0.61% 0.45% -
XYZ 8.83 5.84 5.66 -
YUV 67.91 126.36 160.87 -
System Red Green Blue C M Y K H S L
Decimal 114 45 65 0 0.61 0.43 0.55 342.61 0.43 0.31
Hex 72 2D 41 0 3D 2B 37 157 2B 1F
Octal 162 55 101 0 75 53 67 527 53 37
Binary 1110010 101101 1000001 0 111101 101011 110111 101010111 101011 11111

Color Harmonies of #722D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722D41

Black with #722D41

Text Example


Text Example

White with #722D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722D41; }

 p { color: rgb(114,45,65); }

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

background-color css

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

 a { background-color: rgb(114,45,65); }

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

border-color css

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

 span { border-color: rgb(114,45,65); }

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