Html Css Color HEX #72142E Claret

📋 copy color: '#72142E'

red 114 ◦ green 20 ◦ blue 46

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

Shades of Claret #72142E

Tints of Claret #72142E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 25.56%

R = 63.33%
G = 11.11%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.60

 K value IS 0.55

RGB Variations

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

Color information

#72142E (or 0x72142E) is known color: Claret. HEX triplet: 72, 14 and 2E. RGB value is (114,20,46). Sum of RGB (Red+Green+Blue) = 114+20+46=180 (23% of max value = 765). Red value is 114 (44.92% from 255 or 63.33% from 180); Green value is 20 (8.20% from 255 or 11.11% from 180); Blue value is 46 (18.36% from 255 or 25.56% from 180); Max value from RGB is 114 - color contains mainly: red. Hex color #72142E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72142E is #8DEBD1. Grayscale: #333333. Windows color (decimal): -9300946 or 3019890. OLE color: 3019890.

HSL color Cylindrical-coordinate representation of color #72142E: hue angle of 343.4º 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 #72142E is Cyan = 0, Magento = 0.82, Yellow = 0.60 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 20 46 -
CMYK 0 0.82 0.60 0.55
HSL 343.4º 0.7% 0.26% -
HSV(B) 343.4º 0.82% 0.45% -
XYZ 7.68 4.27 3 -
YUV 51.07 125.14 172.89 -
System Red Green Blue C M Y K H S L
Decimal 114 20 46 0 0.82 0.60 0.55 343.4 0.7 0.26
Hex 72 14 2E 0 52 3C 37 157 46 1A
Octal 162 24 56 0 122 74 67 527 106 32
Binary 1110010 10100 101110 0 1010010 111100 110111 101010111 1000110 11010

Color Harmonies of #72142E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72142E

Black with #72142E

Text Example


Text Example

White with #72142E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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