Html Css Color HEX #72142C Claret

📋 copy color: '#72142C'

red 114 ◦ green 20 ◦ blue 44

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

Shades of Claret #72142C

Tints of Claret #72142C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.24%

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

R = 64.04%
G = 11.24%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.61

 K value IS 0.55

RGB Variations

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

Color information

#72142C (or 0x72142C) is known color: Claret. HEX triplet: 72, 14 and 2C. RGB value is (114,20,44). Sum of RGB (Red+Green+Blue) = 114+20+44=178 (23% of max value = 765). Red value is 114 (44.92% from 255 or 64.04% from 178); Green value is 20 (8.20% from 255 or 11.24% from 178); Blue value is 44 (17.58% from 255 or 24.72% from 178); Max value from RGB is 114 - color contains mainly: red. Hex color #72142C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72142C is #8DEBD3. Grayscale: #323232. Windows color (decimal): -9300948 or 2888818. OLE color: 2888818.

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

Color convert

RGB 114 20 44 -
CMYK 0 0.82 0.61 0.55
HSL 344.68º 0.7% 0.26% -
HSV(B) 344.68º 0.82% 0.45% -
XYZ 7.64 4.26 2.8 -
YUV 50.84 124.14 173.05 -
System Red Green Blue C M Y K H S L
Decimal 114 20 44 0 0.82 0.61 0.55 344.68 0.7 0.26
Hex 72 14 2C 0 52 3D 37 159 46 1A
Octal 162 24 54 0 122 75 67 531 106 32
Binary 1110010 10100 101100 0 1010010 111101 110111 101011001 1000110 11010

Color Harmonies of #72142C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72142C

Black with #72142C

Text Example


Text Example

White with #72142C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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