Html Css Color HEX #73010F Burgundy

📋 copy color: '#73010F'

red 115 ◦ green 1 ◦ blue 15

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

Shades of Burgundy #73010F

Tints of Burgundy #73010F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.76%

 BLUE value IS 15 (6.25% from 255) = 11.45%

R = 87.79%
G = 0.76%
B = 11.45%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.55

RGB Variations

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

Color information

#73010F (or 0x73010F) is known color: Burgundy. HEX triplet: 73, 01 and 0F. RGB value is (115,1,15). Sum of RGB (Red+Green+Blue) = 115+1+15=131 (17% of max value = 765). Red value is 115 (45.31% from 255 or 87.79% from 131); Green value is 1 (0.78% from 255 or 0.76% from 131); Blue value is 15 (6.25% from 255 or 11.45% from 131); Max value from RGB is 115 - color contains mainly: red. Hex color #73010F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #73010F is #8CFEF0. Grayscale: #242424. Windows color (decimal): -9240305 or 983411. OLE color: 983411.

HSL color Cylindrical-coordinate representation of color #73010F: hue angle of 352.63º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #73010F is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 1 15 -
CMYK 0 0.99 0.87 0.55
HSL 352.63º 0.98% 0.23% -
HSV(B) 352.63º 0.99% 0.45% -
XYZ 7.17 3.7 0.79 -
YUV 36.68 115.77 183.86 -
System Red Green Blue C M Y K H S L
Decimal 115 1 15 0 0.99 0.87 0.55 352.63 0.98 0.23
Hex 73 1 F 0 63 57 37 161 62 17
Octal 163 1 17 0 143 127 67 541 142 27
Binary 1110011 1 1111 0 1100011 1010111 110111 101100001 1100010 10111

Color Harmonies of #73010F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73010F

Black with #73010F

Text Example


Text Example

White with #73010F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,1,15); }

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

background-color css

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

 a { background-color: rgb(115,1,15); }

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

border-color css

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

 span { border-color: rgb(115,1,15); }

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