Html Css Color HEX #72122D Claret

📋 copy color: '#72122D'

red 114 ◦ green 18 ◦ blue 45

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

Shades of Claret #72122D

Tints of Claret #72122D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.17%

 BLUE value IS 45 (17.97% from 255) = 25.42%

R = 64.41%
G = 10.17%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.61

 K value IS 0.55

RGB Variations

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

Color information

#72122D (or 0x72122D) is known color: Claret. HEX triplet: 72, 12 and 2D. RGB value is (114,18,45). Sum of RGB (Red+Green+Blue) = 114+18+45=177 (23% of max value = 765). Red value is 114 (44.92% from 255 or 64.41% from 177); Green value is 18 (7.42% from 255 or 10.17% from 177); Blue value is 45 (17.97% from 255 or 25.42% from 177); Max value from RGB is 114 - color contains mainly: red. Hex color #72122D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72122D is #8DEDD2. Grayscale: #313131. Windows color (decimal): -9301459 or 2953842. OLE color: 2953842.

HSL color Cylindrical-coordinate representation of color #72122D: hue angle of 343.12º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #72122D is Cyan = 0, Magento = 0.84, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 18 45 -
CMYK 0 0.84 0.61 0.55
HSL 343.13º 0.73% 0.26% -
HSV(B) 343.13º 0.84% 0.45% -
XYZ 7.63 4.2 2.89 -
YUV 49.78 125.3 173.8 -
System Red Green Blue C M Y K H S L
Decimal 114 18 45 0 0.84 0.61 0.55 343.13 0.73 0.26
Hex 72 12 2D 0 54 3D 37 157 49 1A
Octal 162 22 55 0 124 75 67 527 111 32
Binary 1110010 10010 101101 0 1010100 111101 110111 101010111 1001001 11010

Color Harmonies of #72122D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72122D

Black with #72122D

Text Example


Text Example

White with #72122D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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