Html Css Color HEX #73112C Claret

📋 copy color: '#73112C'

red 115 ◦ green 17 ◦ blue 44

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

Shades of Claret #73112C

Tints of Claret #73112C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.66%

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

R = 65.34%
G = 9.66%
B = 25%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.62

 K value IS 0.55

RGB Variations

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

Color information

#73112C (or 0x73112C) is known color: Claret. HEX triplet: 73, 11 and 2C. RGB value is (115,17,44). Sum of RGB (Red+Green+Blue) = 115+17+44=176 (23% of max value = 765). Red value is 115 (45.31% from 255 or 65.34% from 176); Green value is 17 (7.03% from 255 or 9.66% from 176); Blue value is 44 (17.58% from 255 or 25% from 176); Max value from RGB is 115 - color contains mainly: red. Hex color #73112C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73112C is #8CEED3. Grayscale: #313131. Windows color (decimal): -9236180 or 2888051. OLE color: 2888051.

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

Color convert

RGB 115 17 44 -
CMYK 0 0.85 0.62 0.55
HSL 343.47º 0.74% 0.26% -
HSV(B) 343.47º 0.85% 0.45% -
XYZ 7.73 4.23 2.79 -
YUV 49.38 124.97 174.8 -
System Red Green Blue C M Y K H S L
Decimal 115 17 44 0 0.85 0.62 0.55 343.47 0.74 0.26
Hex 73 11 2C 0 55 3E 37 157 4A 1A
Octal 163 21 54 0 125 76 67 527 112 32
Binary 1110011 10001 101100 0 1010101 111110 110111 101010111 1001010 11010

Color Harmonies of #73112C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73112C

Black with #73112C

Text Example


Text Example

White with #73112C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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