Html Css Color HEX #73162C Claret

📋 copy color: '#73162C'

red 115 ◦ green 22 ◦ blue 44

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

Shades of Claret #73162C

Tints of Claret #73162C

RGB

 RED value IS 115 (45.31% from 255) = 63.54%

 GREEN value IS 22 (8.98% from 255) = 12.15%

 BLUE value IS 44 (17.58% from 255) = 24.31%

R = 63.54%
G = 12.15%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.62

 K value IS 0.55

RGB Variations

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

Color information

#73162C (or 0x73162C) is known color: Claret. HEX triplet: 73, 16 and 2C. RGB value is (115,22,44). Sum of RGB (Red+Green+Blue) = 115+22+44=181 (23% of max value = 765). Red value is 115 (45.31% from 255 or 63.54% from 181); Green value is 22 (8.98% from 255 or 12.15% from 181); Blue value is 44 (17.58% from 255 or 24.31% from 181); Max value from RGB is 115 - color contains mainly: red. Hex color #73162C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73162C is #8CE9D3. Grayscale: #343434. Windows color (decimal): -9234900 or 2889331. OLE color: 2889331.

HSL color Cylindrical-coordinate representation of color #73162C: hue angle of 345.81º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #73162C is Cyan = 0, Magento = 0.81, Yellow = 0.62 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 22 44 -
CMYK 0 0.81 0.62 0.55
HSL 345.81º 0.68% 0.27% -
HSV(B) 345.81º 0.81% 0.45% -
XYZ 7.81 4.4 2.82 -
YUV 52.32 123.31 172.71 -
System Red Green Blue C M Y K H S L
Decimal 115 22 44 0 0.81 0.62 0.55 345.81 0.68 0.27
Hex 73 16 2C 0 51 3E 37 15A 44 1B
Octal 163 26 54 0 121 76 67 532 104 33
Binary 1110011 10110 101100 0 1010001 111110 110111 101011010 1000100 11011

Color Harmonies of #73162C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73162C

Black with #73162C

Text Example


Text Example

White with #73162C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73162C; }

 p { color: rgb(115,22,44); }

 H1.HeaderClassName
 {
   color: #73162C;
 }
 .AnyTagClassName
 {
   color: #73162C;
 }
</style>

background-color css

<style>
 a { background-color: #73162C; }

 a { background-color: rgb(115,22,44); }

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

border-color css

<style>
 span { border-color: #73162C; }

 span { border-color: rgb(115,22,44); }

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