#72193A

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

Shades of Claret #72193A

Tints of Claret #72193A

Color information

#72193A (or 0x72193A) is unknown color: approx Claret. HEX triplet: 72, 19 and 3A. RGB value is (114,25,58). Sum of RGB (Red+Green+Blue) = 114+25+58=197 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.87% from 197); Green value is 25 (10.16% from 255 or 12.69% from 197); Blue value is 58 (23.05% from 255 or 29.44% from 197); Max value from RGB is 114 - color contains mainly: red. Hex color #72193A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72193A is #8DE6C5. Grayscale: #373737. Windows color (decimal): -9299654 or 3807602. OLE color: 3807602.

HSL color Cylindrical-coordinate representation of color #72193A: hue angle of 337.75º 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 #72193A is Cyan = 0, Magento = 0.78, Yellow = 0.49 and Black (K on CMYK) = 0.55.

Color convert

RGB1142558-
CMYK00.780.490.55
HSL337.75º64.03%27.25%-
HSV(B)337.75º78.07%44.71%-
XYZ8.054.584.46-
YUV55.37129.49169.82-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 57.87%
GREEN value IS 25 (10.16% from 255) = 12.69%
BLUE value IS 58 (23.05% from 255) = 29.44%
R=57.87%
G=12.69%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.49
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114255800.780.490.55337.7564.0327.25
Hex72193A04E3137152401b
Octal16231720116616752210033
Binary11100101100111101001001110110001110111101010010100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72193A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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