Html Css Color HEX #73192D Claret

📋 copy color: '#73192D'

red 115 ◦ green 25 ◦ blue 45

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

Shades of Claret #73192D

Tints of Claret #73192D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.51%

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

R = 62.16%
G = 13.51%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.61

 K value IS 0.55

RGB Variations

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

Color information

#73192D (or 0x73192D) is known color: Claret. HEX triplet: 73, 19 and 2D. RGB value is (115,25,45). Sum of RGB (Red+Green+Blue) = 115+25+45=185 (24% of max value = 765). Red value is 115 (45.31% from 255 or 62.16% from 185); Green value is 25 (10.16% from 255 or 13.51% from 185); Blue value is 45 (17.97% from 255 or 24.32% from 185); Max value from RGB is 115 - color contains mainly: red. Hex color #73192D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73192D is #8CE6D2. Grayscale: #363636. Windows color (decimal): -9234131 or 2955635. OLE color: 2955635.

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

Color convert

RGB 115 25 45 -
CMYK 0 0.78 0.61 0.55
HSL 346.67º 0.64% 0.27% -
HSV(B) 346.67º 0.78% 0.45% -
XYZ 7.89 4.53 2.94 -
YUV 54.19 122.82 171.37 -
System Red Green Blue C M Y K H S L
Decimal 115 25 45 0 0.78 0.61 0.55 346.67 0.64 0.27
Hex 73 19 2D 0 4E 3D 37 15B 40 1B
Octal 163 31 55 0 116 75 67 533 100 33
Binary 1110011 11001 101101 0 1001110 111101 110111 101011011 1000000 11011

Color Harmonies of #73192D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73192D

Black with #73192D

Text Example


Text Example

White with #73192D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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