Html Css Color HEX #72162C Claret

📋 copy color: '#72162C'

red 114 ◦ green 22 ◦ blue 44

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

Shades of Claret #72162C

Tints of Claret #72162C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.22%

 BLUE value IS 44 (17.58% from 255) = 24.44%

R = 63.33%
G = 12.22%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.61

 K value IS 0.55

RGB Variations

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

Color information

#72162C (or 0x72162C) is known color: Claret. HEX triplet: 72, 16 and 2C. RGB value is (114,22,44). Sum of RGB (Red+Green+Blue) = 114+22+44=180 (23% of max value = 765). Red value is 114 (44.92% from 255 or 63.33% from 180); Green value is 22 (8.98% from 255 or 12.22% from 180); Blue value is 44 (17.58% from 255 or 24.44% from 180); Max value from RGB is 114 - color contains mainly: red. Hex color #72162C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72162C is #8DE9D3. Grayscale: #343434. Windows color (decimal): -9300436 or 2889330. OLE color: 2889330.

HSL color Cylindrical-coordinate representation of color #72162C: hue angle of 345.65º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #72162C is Cyan = 0, Magento = 0.81, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 22 44 -
CMYK 0 0.81 0.61 0.55
HSL 345.65º 0.68% 0.27% -
HSV(B) 345.65º 0.81% 0.45% -
XYZ 7.68 4.33 2.81 -
YUV 52.02 123.48 172.21 -
System Red Green Blue C M Y K H S L
Decimal 114 22 44 0 0.81 0.61 0.55 345.65 0.68 0.27
Hex 72 16 2C 0 51 3D 37 15A 44 1B
Octal 162 26 54 0 121 75 67 532 104 33
Binary 1110010 10110 101100 0 1010001 111101 110111 101011010 1000100 11011

Color Harmonies of #72162C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72162C

Black with #72162C

Text Example


Text Example

White with #72162C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72162C; }

 p { color: rgb(114,22,44); }

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

background-color css

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

 a { background-color: rgb(114,22,44); }

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

border-color css

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

 span { border-color: rgb(114,22,44); }

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