Html Css Color HEX #73152C Claret

📋 copy color: '#73152C'

red 115 ◦ green 21 ◦ blue 44

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

Shades of Claret #73152C

Tints of Claret #73152C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.67%

 BLUE value IS 44 (17.58% from 255) = 24.44%

R = 63.89%
G = 11.67%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.62

 K value IS 0.55

RGB Variations

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

Color information

#73152C (or 0x73152C) is known color: Claret. HEX triplet: 73, 15 and 2C. RGB value is (115,21,44). Sum of RGB (Red+Green+Blue) = 115+21+44=180 (23% of max value = 765). Red value is 115 (45.31% from 255 or 63.89% from 180); Green value is 21 (8.59% from 255 or 11.67% from 180); Blue value is 44 (17.58% from 255 or 24.44% from 180); Max value from RGB is 115 - color contains mainly: red. Hex color #73152C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73152C is #8CEAD3. Grayscale: #333333. Windows color (decimal): -9235156 or 2889075. OLE color: 2889075.

HSL color Cylindrical-coordinate representation of color #73152C: hue angle of 345.32º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #73152C is Cyan = 0, Magento = 0.82, Yellow = 0.62 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 21 44 -
CMYK 0 0.82 0.62 0.55
HSL 345.32º 0.69% 0.27% -
HSV(B) 345.32º 0.82% 0.45% -
XYZ 7.79 4.36 2.81 -
YUV 51.73 123.64 173.13 -
System Red Green Blue C M Y K H S L
Decimal 115 21 44 0 0.82 0.62 0.55 345.32 0.69 0.27
Hex 73 15 2C 0 52 3E 37 159 45 1B
Octal 163 25 54 0 122 76 67 531 105 33
Binary 1110011 10101 101100 0 1010010 111110 110111 101011001 1000101 11011

Color Harmonies of #73152C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73152C

Black with #73152C

Text Example


Text Example

White with #73152C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73152C; }

 p { color: rgb(115,21,44); }

 H1.HeaderClassName
 {
   color: #73152C;
 }
 .AnyTagClassName
 {
   color: #73152C;
 }
</style>

background-color css

<style>
 a { background-color: #73152C; }

 a { background-color: rgb(115,21,44); }

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

border-color css

<style>
 span { border-color: #73152C; }

 span { border-color: rgb(115,21,44); }

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