Html Css Color HEX #75010E Burgundy

📋 copy color: '#75010E'

red 117 ◦ green 1 ◦ blue 14

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

Shades of Burgundy #75010E

Tints of Burgundy #75010E

RGB

 RED value IS 117 (46.09% from 255) = 88.64%

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

 BLUE value IS 14 (5.86% from 255) = 10.61%

R = 88.64%
G = 0.76%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.54

RGB Variations

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

Color information

#75010E (or 0x75010E) is known color: Burgundy. HEX triplet: 75, 01 and 0E. RGB value is (117,1,14). Sum of RGB (Red+Green+Blue) = 117+1+14=132 (17% of max value = 765). Red value is 117 (46.09% from 255 or 88.64% from 132); Green value is 1 (0.78% from 255 or 0.76% from 132); Blue value is 14 (5.86% from 255 or 10.61% from 132); Max value from RGB is 117 - color contains mainly: red. Hex color #75010E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #75010E is #8AFEF1. Grayscale: #252525. Windows color (decimal): -9109234 or 917877. OLE color: 917877.

HSL color Cylindrical-coordinate representation of color #75010E: hue angle of 353.28º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #75010E is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 1 14 -
CMYK 0 0.99 0.88 0.54
HSL 353.28º 0.98% 0.23% -
HSV(B) 353.28º 0.99% 0.46% -
XYZ 7.43 3.84 0.76 -
YUV 37.17 114.93 184.94 -
System Red Green Blue C M Y K H S L
Decimal 117 1 14 0 0.99 0.88 0.54 353.28 0.98 0.23
Hex 75 1 E 0 63 58 36 161 62 17
Octal 165 1 16 0 143 130 66 541 142 27
Binary 1110101 1 1110 0 1100011 1011000 110110 101100001 1100010 10111

Color Harmonies of #75010E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75010E

Black with #75010E

Text Example


Text Example

White with #75010E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,1,14); }

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

background-color css

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

 a { background-color: rgb(117,1,14); }

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

border-color css

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

 span { border-color: rgb(117,1,14); }

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