Html Css Color HEX #73142E Claret

📋 copy color: '#73142E'

red 115 ◦ green 20 ◦ blue 46

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

Shades of Claret #73142E

Tints of Claret #73142E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.05%

 BLUE value IS 46 (18.36% from 255) = 25.41%

R = 63.54%
G = 11.05%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.6

 K value IS 0.55

RGB Variations

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

Color information

#73142E (or 0x73142E) is known color: Claret. HEX triplet: 73, 14 and 2E. RGB value is (115,20,46). Sum of RGB (Red+Green+Blue) = 115+20+46=181 (23% of max value = 765). Red value is 115 (45.31% from 255 or 63.54% from 181); Green value is 20 (8.20% from 255 or 11.05% from 181); Blue value is 46 (18.36% from 255 or 25.41% from 181); Max value from RGB is 115 - color contains mainly: red. Hex color #73142E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73142E is #8CEBD1. Grayscale: #333333. Windows color (decimal): -9235410 or 3019891. OLE color: 3019891.

HSL color Cylindrical-coordinate representation of color #73142E: hue angle of 343.58º degrees, saturation: 0.7, 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 #73142E is Cyan = 0, Magento = 0.83, Yellow = 0.6 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 20 46 -
CMYK 0 0.83 0.6 0.55
HSL 343.58º 0.7% 0.26% -
HSV(B) 343.58º 0.83% 0.45% -
XYZ 7.81 4.34 3.01 -
YUV 51.37 124.97 173.39 -
System Red Green Blue C M Y K H S L
Decimal 115 20 46 0 0.83 0.6 0.55 343.58 0.7 0.26
Hex 73 14 2E 0 53 3C 37 158 46 1A
Octal 163 24 56 0 123 74 67 530 106 32
Binary 1110011 10100 101110 0 1010011 111100 110111 101011000 1000110 11010

Color Harmonies of #73142E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73142E

Black with #73142E

Text Example


Text Example

White with #73142E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73142E; }

 p { color: rgb(115,20,46); }

 H1.HeaderClassName
 {
   color: #73142E;
 }
 .AnyTagClassName
 {
   color: #73142E;
 }
</style>

background-color css

<style>
 a { background-color: #73142E; }

 a { background-color: rgb(115,20,46); }

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

border-color css

<style>
 span { border-color: #73142E; }

 span { border-color: rgb(115,20,46); }

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