Html Css Color HEX #73132D Claret

📋 copy color: '#73132D'

red 115 ◦ green 19 ◦ blue 45

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

Shades of Claret #73132D

Tints of Claret #73132D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 25.14%

R = 64.25%
G = 10.61%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.61

 K value IS 0.55

RGB Variations

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

Color information

#73132D (or 0x73132D) is known color: Claret. HEX triplet: 73, 13 and 2D. RGB value is (115,19,45). Sum of RGB (Red+Green+Blue) = 115+19+45=179 (23% of max value = 765). Red value is 115 (45.31% from 255 or 64.25% from 179); Green value is 19 (7.81% from 255 or 10.61% from 179); Blue value is 45 (17.97% from 255 or 25.14% from 179); Max value from RGB is 115 - color contains mainly: red. Hex color #73132D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73132D is #8CECD2. Grayscale: #323232. Windows color (decimal): -9235667 or 2954099. OLE color: 2954099.

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

Color convert

RGB 115 19 45 -
CMYK 0 0.83 0.61 0.55
HSL 343.75º 0.72% 0.26% -
HSV(B) 343.75º 0.83% 0.45% -
XYZ 7.78 4.3 2.9 -
YUV 50.67 124.8 173.89 -
System Red Green Blue C M Y K H S L
Decimal 115 19 45 0 0.83 0.61 0.55 343.75 0.72 0.26
Hex 73 13 2D 0 53 3D 37 158 48 1A
Octal 163 23 55 0 123 75 67 530 110 32
Binary 1110011 10011 101101 0 1010011 111101 110111 101011000 1001000 11010

Color Harmonies of #73132D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73132D

Black with #73132D

Text Example


Text Example

White with #73132D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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