Html Css Color HEX #72192F Claret

📋 copy color: '#72192F'

red 114 ◦ green 25 ◦ blue 47

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

Shades of Claret #72192F

Tints of Claret #72192F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.44%

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

R = 61.29%
G = 13.44%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#72192F (or 0x72192F) is known color: Claret. HEX triplet: 72, 19 and 2F. RGB value is (114,25,47). Sum of RGB (Red+Green+Blue) = 114+25+47=186 (24% of max value = 765). Red value is 114 (44.92% from 255 or 61.29% from 186); Green value is 25 (10.16% from 255 or 13.44% from 186); Blue value is 47 (18.75% from 255 or 25.27% from 186); Max value from RGB is 114 - color contains mainly: red. Hex color #72192F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72192F is #8DE6D0. Grayscale: #363636. Windows color (decimal): -9299665 or 3086706. OLE color: 3086706.

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

Color convert

RGB 114 25 47 -
CMYK 0 0.78 0.59 0.55
HSL 345.17º 0.64% 0.27% -
HSV(B) 345.17º 0.78% 0.45% -
XYZ 7.8 4.48 3.14 -
YUV 54.12 123.99 170.71 -
System Red Green Blue C M Y K H S L
Decimal 114 25 47 0 0.78 0.59 0.55 345.17 0.64 0.27
Hex 72 19 2F 0 4E 3B 37 159 40 1B
Octal 162 31 57 0 116 73 67 531 100 33
Binary 1110010 11001 101111 0 1001110 111011 110111 101011001 1000000 11011

Color Harmonies of #72192F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72192F

Black with #72192F

Text Example


Text Example

White with #72192F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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