Html Css Color HEX #72152D Claret

📋 copy color: '#72152D'

red 114 ◦ green 21 ◦ blue 45

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

Shades of Claret #72152D

Tints of Claret #72152D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.67%

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

R = 63.33%
G = 11.67%
B = 25%

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

#72152D (or 0x72152D) is known color: Claret. HEX triplet: 72, 15 and 2D. RGB value is (114,21,45). Sum of RGB (Red+Green+Blue) = 114+21+45=180 (23% of max value = 765). Red value is 114 (44.92% from 255 or 63.33% from 180); Green value is 21 (8.59% from 255 or 11.67% from 180); Blue value is 45 (17.97% from 255 or 25% from 180); Max value from RGB is 114 - color contains mainly: red. Hex color #72152D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72152D is #8DEAD2. Grayscale: #333333. Windows color (decimal): -9300691 or 2954610. OLE color: 2954610.

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

Color convert

RGB 114 21 45 -
CMYK 0 0.82 0.61 0.55
HSL 344.52º 0.69% 0.26% -
HSV(B) 344.52º 0.82% 0.45% -
XYZ 7.68 4.3 2.91 -
YUV 51.54 124.31 172.55 -
System Red Green Blue C M Y K H S L
Decimal 114 21 45 0 0.82 0.61 0.55 344.52 0.69 0.26
Hex 72 15 2D 0 52 3D 37 159 45 1A
Octal 162 25 55 0 122 75 67 531 105 32
Binary 1110010 10101 101101 0 1010010 111101 110111 101011001 1000101 11010

Color Harmonies of #72152D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72152D

Black with #72152D

Text Example


Text Example

White with #72152D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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