Html Css Color HEX #73112E Claret

📋 copy color: '#73112E'

red 115 ◦ green 17 ◦ blue 46

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

Shades of Claret #73112E

Tints of Claret #73112E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.55%

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

R = 64.61%
G = 9.55%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.6

 K value IS 0.55

RGB Variations

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

Color information

#73112E (or 0x73112E) is known color: Claret. HEX triplet: 73, 11 and 2E. RGB value is (115,17,46). Sum of RGB (Red+Green+Blue) = 115+17+46=178 (23% of max value = 765). Red value is 115 (45.31% from 255 or 64.61% from 178); Green value is 17 (7.03% from 255 or 9.55% from 178); Blue value is 46 (18.36% from 255 or 25.84% from 178); Max value from RGB is 115 - color contains mainly: red. Hex color #73112E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73112E is #8CEED1. Grayscale: #313131. Windows color (decimal): -9236178 or 3019123. OLE color: 3019123.

HSL color Cylindrical-coordinate representation of color #73112E: hue angle of 342.24º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #73112E is Cyan = 0, Magento = 0.85, Yellow = 0.6 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 17 46 -
CMYK 0 0.85 0.6 0.55
HSL 342.24º 0.74% 0.26% -
HSV(B) 342.24º 0.85% 0.45% -
XYZ 7.76 4.24 2.99 -
YUV 49.61 125.97 174.64 -
System Red Green Blue C M Y K H S L
Decimal 115 17 46 0 0.85 0.6 0.55 342.24 0.74 0.26
Hex 73 11 2E 0 55 3C 37 156 4A 1A
Octal 163 21 56 0 125 74 67 526 112 32
Binary 1110011 10001 101110 0 1010101 111100 110111 101010110 1001010 11010

Color Harmonies of #73112E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73112E

Black with #73112E

Text Example


Text Example

White with #73112E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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