Html Css Color HEX #72193A Claret

📋 copy color: '#72193A'

red 114 ◦ green 25 ◦ blue 58

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

Shades of Claret #72193A

Tints of Claret #72193A

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 value IS 0

 M value IS 0.78

 Y value IS 0.49

 K value IS 0.55

RGB Variations

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

Color information

#72193A (or 0x72193A) is known color: 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

RGB 114 25 58 -
CMYK 0 0.78 0.49 0.55
HSL 337.75º 0.64% 0.27% -
HSV(B) 337.75º 0.78% 0.45% -
XYZ 8.05 4.58 4.46 -
YUV 55.37 129.49 169.82 -
System Red Green Blue C M Y K H S L
Decimal 114 25 58 0 0.78 0.49 0.55 337.75 0.64 0.27
Hex 72 19 3A 0 4E 31 37 152 40 1B
Octal 162 31 72 0 116 61 67 522 100 33
Binary 1110010 11001 111010 0 1001110 110001 110111 101010010 1000000 11011

Color Harmonies of #72193A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72193A

Black with #72193A

Text Example


Text Example

White with #72193A

Text Example


Text Example

HTML Codes & Css Web 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>