Html Css Color HEX #73132F Claret

📋 copy color: '#73132F'

red 115 ◦ green 19 ◦ blue 47

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

Shades of Claret #73132F

Tints of Claret #73132F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 25.97%

R = 63.54%
G = 10.5%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#73132F (or 0x73132F) is known color: Claret. HEX triplet: 73, 13 and 2F. RGB value is (115,19,47). Sum of RGB (Red+Green+Blue) = 115+19+47=181 (23% of max value = 765). Red value is 115 (45.31% from 255 or 63.54% from 181); Green value is 19 (7.81% from 255 or 10.50% from 181); Blue value is 47 (18.75% from 255 or 25.97% from 181); Max value from RGB is 115 - color contains mainly: red. Hex color #73132F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73132F is #8CECD0. Grayscale: #323232. Windows color (decimal): -9235665 or 3085171. OLE color: 3085171.

HSL color Cylindrical-coordinate representation of color #73132F: hue angle of 342.5º 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 #73132F is Cyan = 0, Magento = 0.83, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 19 47 -
CMYK 0 0.83 0.59 0.55
HSL 342.5º 0.72% 0.26% -
HSV(B) 342.5º 0.83% 0.45% -
XYZ 7.82 4.32 3.11 -
YUV 50.9 125.8 173.72 -
System Red Green Blue C M Y K H S L
Decimal 115 19 47 0 0.83 0.59 0.55 342.5 0.72 0.26
Hex 73 13 2F 0 53 3B 37 156 48 1A
Octal 163 23 57 0 123 73 67 526 110 32
Binary 1110011 10011 101111 0 1010011 111011 110111 101010110 1001000 11010

Color Harmonies of #73132F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73132F

Black with #73132F

Text Example


Text Example

White with #73132F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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