Html Css Color HEX #72172F Claret

📋 copy color: '#72172F'

red 114 ◦ green 23 ◦ blue 47

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

Shades of Claret #72172F

Tints of Claret #72172F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.5%

 BLUE value IS 47 (18.75% from 255) = 25.54%

R = 61.96%
G = 12.5%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#72172F (or 0x72172F) is known color: Claret. HEX triplet: 72, 17 and 2F. RGB value is (114,23,47). Sum of RGB (Red+Green+Blue) = 114+23+47=184 (24% of max value = 765). Red value is 114 (44.92% from 255 or 61.96% from 184); Green value is 23 (9.38% from 255 or 12.5% from 184); Blue value is 47 (18.75% from 255 or 25.54% from 184); Max value from RGB is 114 - color contains mainly: red. Hex color #72172F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72172F is #8DE8D0. Grayscale: #343434. Windows color (decimal): -9300177 or 3086194. OLE color: 3086194.

HSL color Cylindrical-coordinate representation of color #72172F: hue angle of 344.18º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #72172F is Cyan = 0, Magento = 0.80, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 23 47 -
CMYK 0 0.80 0.59 0.55
HSL 344.18º 0.66% 0.27% -
HSV(B) 344.18º 0.8% 0.45% -
XYZ 7.76 4.4 3.13 -
YUV 52.95 124.65 171.55 -
System Red Green Blue C M Y K H S L
Decimal 114 23 47 0 0.80 0.59 0.55 344.18 0.66 0.27
Hex 72 17 2F 0 50 3B 37 158 42 1B
Octal 162 27 57 0 120 73 67 530 102 33
Binary 1110010 10111 101111 0 1010000 111011 110111 101011000 1000010 11011

Color Harmonies of #72172F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72172F

Black with #72172F

Text Example


Text Example

White with #72172F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72172F; }

 p { color: rgb(114,23,47); }

 H1.HeaderClassName
 {
   color: #72172F;
 }
 .AnyTagClassName
 {
   color: #72172F;
 }
</style>

background-color css

<style>
 a { background-color: #72172F; }

 a { background-color: rgb(114,23,47); }

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

border-color css

<style>
 span { border-color: #72172F; }

 span { border-color: rgb(114,23,47); }

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