Html Css Color HEX #73132C Claret

📋 copy color: '#73132C'

red 115 ◦ green 19 ◦ blue 44

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

Shades of Claret #73132C

Tints of Claret #73132C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.67%

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

R = 64.61%
G = 10.67%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.62

 K value IS 0.55

RGB Variations

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

Color information

#73132C (or 0x73132C) is known color: Claret. HEX triplet: 73, 13 and 2C. RGB value is (115,19,44). Sum of RGB (Red+Green+Blue) = 115+19+44=178 (23% of max value = 765). Red value is 115 (45.31% from 255 or 64.61% from 178); Green value is 19 (7.81% from 255 or 10.67% from 178); Blue value is 44 (17.58% from 255 or 24.72% from 178); Max value from RGB is 115 - color contains mainly: red. Hex color #73132C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73132C is #8CECD3. Grayscale: #323232. Windows color (decimal): -9235668 or 2888563. OLE color: 2888563.

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

Color convert

RGB 115 19 44 -
CMYK 0 0.83 0.62 0.55
HSL 344.38º 0.72% 0.26% -
HSV(B) 344.38º 0.83% 0.45% -
XYZ 7.76 4.29 2.8 -
YUV 50.55 124.3 173.97 -
System Red Green Blue C M Y K H S L
Decimal 115 19 44 0 0.83 0.62 0.55 344.38 0.72 0.26
Hex 73 13 2C 0 53 3E 37 158 48 1A
Octal 163 23 54 0 123 76 67 530 110 32
Binary 1110011 10011 101100 0 1010011 111110 110111 101011000 1001000 11010

Color Harmonies of #73132C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73132C

Black with #73132C

Text Example


Text Example

White with #73132C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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