Html Css Color HEX #72172D Claret

📋 copy color: '#72172D'

red 114 ◦ green 23 ◦ blue 45

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

Shades of Claret #72172D

Tints of Claret #72172D

RGB

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

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

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

R = 62.64%
G = 12.64%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.61

 K value IS 0.55

RGB Variations

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

Color information

#72172D (or 0x72172D) is known color: Claret. HEX triplet: 72, 17 and 2D. RGB value is (114,23,45). Sum of RGB (Red+Green+Blue) = 114+23+45=182 (24% of max value = 765). Red value is 114 (44.92% from 255 or 62.64% from 182); Green value is 23 (9.38% from 255 or 12.64% from 182); Blue value is 45 (17.97% from 255 or 24.73% from 182); Max value from RGB is 114 - color contains mainly: red. Hex color #72172D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72172D is #8DE8D2. Grayscale: #343434. Windows color (decimal): -9300179 or 2955122. OLE color: 2955122.

HSL color Cylindrical-coordinate representation of color #72172D: hue angle of 345.49º 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 #72172D is Cyan = 0, Magento = 0.80, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 23 45 -
CMYK 0 0.80 0.61 0.55
HSL 345.49º 0.66% 0.27% -
HSV(B) 345.49º 0.8% 0.45% -
XYZ 7.72 4.38 2.92 -
YUV 52.72 123.65 171.71 -
System Red Green Blue C M Y K H S L
Decimal 114 23 45 0 0.80 0.61 0.55 345.49 0.66 0.27
Hex 72 17 2D 0 50 3D 37 159 42 1B
Octal 162 27 55 0 120 75 67 531 102 33
Binary 1110010 10111 101101 0 1010000 111101 110111 101011001 1000010 11011

Color Harmonies of #72172D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72172D

Black with #72172D

Text Example


Text Example

White with #72172D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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