Html Css Color HEX #73172D Claret

📋 copy color: '#73172D'

red 115 ◦ green 23 ◦ blue 45

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

Shades of Claret #73172D

Tints of Claret #73172D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.57%

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

R = 62.84%
G = 12.57%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.61

 K value IS 0.55

RGB Variations

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

Color information

#73172D (or 0x73172D) is known color: Claret. HEX triplet: 73, 17 and 2D. RGB value is (115,23,45). Sum of RGB (Red+Green+Blue) = 115+23+45=183 (24% of max value = 765). Red value is 115 (45.31% from 255 or 62.84% from 183); Green value is 23 (9.38% from 255 or 12.57% from 183); Blue value is 45 (17.97% from 255 or 24.59% from 183); Max value from RGB is 115 - color contains mainly: red. Hex color #73172D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73172D is #8CE8D2. Grayscale: #353535. Windows color (decimal): -9234643 or 2955123. OLE color: 2955123.

HSL color Cylindrical-coordinate representation of color #73172D: hue angle of 345.65º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #73172D is Cyan = 0, Magento = 0.80, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 23 45 -
CMYK 0 0.80 0.61 0.55
HSL 345.65º 0.67% 0.27% -
HSV(B) 345.65º 0.8% 0.45% -
XYZ 7.85 4.45 2.93 -
YUV 53.02 123.48 172.21 -
System Red Green Blue C M Y K H S L
Decimal 115 23 45 0 0.80 0.61 0.55 345.65 0.67 0.27
Hex 73 17 2D 0 50 3D 37 15A 43 1B
Octal 163 27 55 0 120 75 67 532 103 33
Binary 1110011 10111 101101 0 1010000 111101 110111 101011010 1000011 11011

Color Harmonies of #73172D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73172D

Black with #73172D

Text Example


Text Example

White with #73172D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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