#72253A

Color #72253A Claret (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Claret #72253A

Tints of Claret #72253A

Color information

#72253A (or 0x72253A) is unknown color: approx Claret. HEX triplet: 72, 25 and 3A. RGB value is (114,37,58). Sum of RGB (Red+Green+Blue) = 114+37+58=209 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.55% from 209); Green value is 37 (14.84% from 255 or 17.70% from 209); Blue value is 58 (23.05% from 255 or 27.75% from 209); Max value from RGB is 114 - color contains mainly: red. Hex color #72253A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72253A is #8DDAC5. Grayscale: #3E3E3E. Windows color (decimal): -9296582 or 3810674. OLE color: 3810674.

HSL color Cylindrical-coordinate representation of color #72253A: hue angle of 343.64º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #72253A is Cyan = 0, Magento = 0.68, Yellow = 0.49 and Black (K on CMYK) = 0.55.

Color convert

RGB1143758-
CMYK00.680.490.55
HSL343.64º50.99%29.61%-
HSV(B)343.64º67.54%44.71%-
XYZ8.365.214.57-
YUV62.42125.51164.79-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 54.55%
GREEN value IS 37 (14.84% from 255) = 17.70%
BLUE value IS 58 (23.05% from 255) = 27.75%
R=54.55%
G=17.70%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.49
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114375800.680.490.55343.6450.9929.61
Hex72253A0443137158331e
Octal1624572010461675306336
Binary11100101001011110100100010011000111011110101100011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72253A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72253A; }

 p { color: rgb(114,37,58); }

 H1.HeaderClassName
 {
   color: #72253A;
 }
 .AnyTagClassName
 {
   color: #72253A;
 }
</style>
background-color css

<style>
 a { background-color: #72253A; }

 a { background-color: rgb(114,37,58); }

 div.DivClassName
 {
   background-color: #72253A;
 }
 .BgClassName
 {
   background-color: #72253A;
 }
</style>
border-color css

<style>
 span { border-color: #72253A; }

 span { border-color: rgb(114,37,58); }

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