Html Css Color HEX #75040D Burgundy

📋 copy color: '#75040D'

red 117 ◦ green 4 ◦ blue 13

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

Shades of Burgundy #75040D

Tints of Burgundy #75040D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.99%

 BLUE value IS 13 (5.47% from 255) = 9.7%

R = 87.31%
G = 2.99%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.89

 K value IS 0.54

RGB Variations

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

Color information

#75040D (or 0x75040D) is known color: Burgundy. HEX triplet: 75, 04 and 0D. RGB value is (117,4,13). Sum of RGB (Red+Green+Blue) = 117+4+13=134 (17% of max value = 765). Red value is 117 (46.09% from 255 or 87.31% from 134); Green value is 4 (1.95% from 255 or 2.99% from 134); Blue value is 13 (5.47% from 255 or 9.70% from 134); Max value from RGB is 117 - color contains mainly: red. Hex color #75040D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #75040D is #8AFBF2. Grayscale: #262626. Windows color (decimal): -9108467 or 853109. OLE color: 853109.

HSL color Cylindrical-coordinate representation of color #75040D: hue angle of 355.22º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #75040D is Cyan = 0, Magento = 0.97, Yellow = 0.89 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 4 13 -
CMYK 0 0.97 0.89 0.54
HSL 355.22º 0.93% 0.24% -
HSV(B) 355.22º 0.97% 0.46% -
XYZ 7.45 3.9 0.74 -
YUV 38.81 113.44 183.77 -
System Red Green Blue C M Y K H S L
Decimal 117 4 13 0 0.97 0.89 0.54 355.22 0.93 0.24
Hex 75 4 D 0 61 59 36 163 5D 18
Octal 165 4 15 0 141 131 66 543 135 30
Binary 1110101 100 1101 0 1100001 1011001 110110 101100011 1011101 11000

Color Harmonies of #75040D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75040D

Black with #75040D

Text Example


Text Example

White with #75040D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,4,13); }

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

background-color css

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

 a { background-color: rgb(117,4,13); }

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

border-color css

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

 span { border-color: rgb(117,4,13); }

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