Html Css Color HEX #73192F Claret

📋 copy color: '#73192F'

red 115 ◦ green 25 ◦ blue 47

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

Shades of Claret #73192F

Tints of Claret #73192F

RGB

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

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

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

R = 61.5%
G = 13.37%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#73192F (or 0x73192F) is known color: Claret. HEX triplet: 73, 19 and 2F. RGB value is (115,25,47). Sum of RGB (Red+Green+Blue) = 115+25+47=187 (24% of max value = 765). Red value is 115 (45.31% from 255 or 61.50% from 187); Green value is 25 (10.16% from 255 or 13.37% from 187); Blue value is 47 (18.75% from 255 or 25.13% from 187); Max value from RGB is 115 - color contains mainly: red. Hex color #73192F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73192F is #8CE6D0. Grayscale: #363636. Windows color (decimal): -9234129 or 3086707. OLE color: 3086707.

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

Color convert

RGB 115 25 47 -
CMYK 0 0.78 0.59 0.55
HSL 345.33º 0.64% 0.27% -
HSV(B) 345.33º 0.78% 0.45% -
XYZ 7.93 4.55 3.15 -
YUV 54.42 123.82 171.21 -
System Red Green Blue C M Y K H S L
Decimal 115 25 47 0 0.78 0.59 0.55 345.33 0.64 0.27
Hex 73 19 2F 0 4E 3B 37 159 40 1B
Octal 163 31 57 0 116 73 67 531 100 33
Binary 1110011 11001 101111 0 1001110 111011 110111 101011001 1000000 11011

Color Harmonies of #73192F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73192F

Black with #73192F

Text Example


Text Example

White with #73192F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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