Html Css Color HEX #73122C Claret

📋 copy color: '#73122C'

red 115 ◦ green 18 ◦ blue 44

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

Shades of Claret #73122C

Tints of Claret #73122C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.17%

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

R = 64.97%
G = 10.17%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.62

 K value IS 0.55

RGB Variations

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

Color information

#73122C (or 0x73122C) is known color: Claret. HEX triplet: 73, 12 and 2C. RGB value is (115,18,44). Sum of RGB (Red+Green+Blue) = 115+18+44=177 (23% of max value = 765). Red value is 115 (45.31% from 255 or 64.97% from 177); Green value is 18 (7.42% from 255 or 10.17% from 177); Blue value is 44 (17.58% from 255 or 24.86% from 177); Max value from RGB is 115 - color contains mainly: red. Hex color #73122C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73122C is #8CEDD3. Grayscale: #313131. Windows color (decimal): -9235924 or 2888307. OLE color: 2888307.

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

Color convert

RGB 115 18 44 -
CMYK 0 0.84 0.62 0.55
HSL 343.92º 0.73% 0.26% -
HSV(B) 343.92º 0.84% 0.45% -
XYZ 7.74 4.26 2.8 -
YUV 49.97 124.64 174.39 -
System Red Green Blue C M Y K H S L
Decimal 115 18 44 0 0.84 0.62 0.55 343.92 0.73 0.26
Hex 73 12 2C 0 54 3E 37 158 49 1A
Octal 163 22 54 0 124 76 67 530 111 32
Binary 1110011 10010 101100 0 1010100 111110 110111 101011000 1001001 11010

Color Harmonies of #73122C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73122C

Black with #73122C

Text Example


Text Example

White with #73122C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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