Html Css Color HEX #72253D Siren

📋 copy color: '#72253D'

red 114 ◦ green 37 ◦ blue 61

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

Shades of Siren #72253D

Tints of Siren #72253D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 28.77%

R = 53.77%
G = 17.45%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.46

 K value IS 0.55

RGB Variations

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

Color information

#72253D (or 0x72253D) is known color: Siren. HEX triplet: 72, 25 and 3D. RGB value is (114,37,61). Sum of RGB (Red+Green+Blue) = 114+37+61=212 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.77% from 212); Green value is 37 (14.84% from 255 or 17.45% from 212); Blue value is 61 (24.22% from 255 or 28.77% from 212); Max value from RGB is 114 - color contains mainly: red. Hex color #72253D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72253D is #8DDAC2. Grayscale: #3E3E3E. Windows color (decimal): -9296579 or 4007282. OLE color: 4007282.

HSL color Cylindrical-coordinate representation of color #72253D: hue angle of 341.3º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #72253D is Cyan = 0, Magento = 0.68, Yellow = 0.46 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 37 61 -
CMYK 0 0.68 0.46 0.55
HSL 341.3º 0.51% 0.3% -
HSV(B) 341.3º 0.68% 0.45% -
XYZ 8.44 5.24 4.98 -
YUV 62.76 127.01 164.55 -
System Red Green Blue C M Y K H S L
Decimal 114 37 61 0 0.68 0.46 0.55 341.3 0.51 0.3
Hex 72 25 3D 0 44 2E 37 155 33 1E
Octal 162 45 75 0 104 56 67 525 63 36
Binary 1110010 100101 111101 0 1000100 101110 110111 101010101 110011 11110

Color Harmonies of #72253D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72253D

Black with #72253D

Text Example


Text Example

White with #72253D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72253D; }

 p { color: rgb(114,37,61); }

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

background-color css

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

 a { background-color: rgb(114,37,61); }

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

border-color css

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

 span { border-color: rgb(114,37,61); }

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