Html Css Color HEX #75091D Burgundy

📋 copy color: '#75091D'

red 117 ◦ green 9 ◦ blue 29

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

Shades of Burgundy #75091D

Tints of Burgundy #75091D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.81%

 BLUE value IS 29 (11.72% from 255) = 18.71%

R = 75.48%
G = 5.81%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#75091D (or 0x75091D) is known color: Burgundy. HEX triplet: 75, 09 and 1D. RGB value is (117,9,29). Sum of RGB (Red+Green+Blue) = 117+9+29=155 (20% of max value = 765). Red value is 117 (46.09% from 255 or 75.48% from 155); Green value is 9 (3.91% from 255 or 5.81% from 155); Blue value is 29 (11.72% from 255 or 18.71% from 155); Max value from RGB is 117 - color contains mainly: red. Hex color #75091D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75091D is #8AF6E2. Grayscale: #2B2B2B. Windows color (decimal): -9107171 or 1902965. OLE color: 1902965.

HSL color Cylindrical-coordinate representation of color #75091D: hue angle of 348.89º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #75091D is Cyan = 0, Magento = 0.92, Yellow = 0.75 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 9 29 -
CMYK 0 0.92 0.75 0.54
HSL 348.89º 0.86% 0.25% -
HSV(B) 348.89º 0.92% 0.46% -
XYZ 7.66 4.07 1.54 -
YUV 43.57 119.78 180.37 -
System Red Green Blue C M Y K H S L
Decimal 117 9 29 0 0.92 0.75 0.54 348.89 0.86 0.25
Hex 75 9 1D 0 5C 4B 36 15D 56 19
Octal 165 11 35 0 134 113 66 535 126 31
Binary 1110101 1001 11101 0 1011100 1001011 110110 101011101 1010110 11001

Color Harmonies of #75091D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75091D

Black with #75091D

Text Example


Text Example

White with #75091D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75091D; }

 p { color: rgb(117,9,29); }

 H1.HeaderClassName
 {
   color: #75091D;
 }
 .AnyTagClassName
 {
   color: #75091D;
 }
</style>

background-color css

<style>
 a { background-color: #75091D; }

 a { background-color: rgb(117,9,29); }

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

border-color css

<style>
 span { border-color: #75091D; }

 span { border-color: rgb(117,9,29); }

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