Html Css Color HEX #75081E Burgundy

📋 copy color: '#75081E'

red 117 ◦ green 8 ◦ blue 30

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

Shades of Burgundy #75081E

Tints of Burgundy #75081E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.16%

 BLUE value IS 30 (12.11% from 255) = 19.35%

R = 75.48%
G = 5.16%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#75081E (or 0x75081E) is known color: Burgundy. HEX triplet: 75, 08 and 1E. RGB value is (117,8,30). Sum of RGB (Red+Green+Blue) = 117+8+30=155 (20% of max value = 765). Red value is 117 (46.09% from 255 or 75.48% from 155); Green value is 8 (3.52% from 255 or 5.16% from 155); Blue value is 30 (12.11% from 255 or 19.35% from 155); Max value from RGB is 117 - color contains mainly: red. Hex color #75081E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75081E is #8AF7E1. Grayscale: #2B2B2B. Windows color (decimal): -9107426 or 1968245. OLE color: 1968245.

HSL color Cylindrical-coordinate representation of color #75081E: hue angle of 347.89º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #75081E is Cyan = 0, Magento = 0.93, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 8 30 -
CMYK 0 0.93 0.74 0.54
HSL 347.89º 0.87% 0.25% -
HSV(B) 347.89º 0.93% 0.46% -
XYZ 7.66 4.05 1.61 -
YUV 43.1 120.61 180.71 -
System Red Green Blue C M Y K H S L
Decimal 117 8 30 0 0.93 0.74 0.54 347.89 0.87 0.25
Hex 75 8 1E 0 5D 4A 36 15C 57 19
Octal 165 10 36 0 135 112 66 534 127 31
Binary 1110101 1000 11110 0 1011101 1001010 110110 101011100 1010111 11001

Color Harmonies of #75081E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75081E

Black with #75081E

Text Example


Text Example

White with #75081E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,8,30); }

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

background-color css

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

 a { background-color: rgb(117,8,30); }

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

border-color css

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

 span { border-color: rgb(117,8,30); }

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