Html Css Color HEX #75040F Burgundy

📋 copy color: '#75040F'

red 117 ◦ green 4 ◦ blue 15

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

Shades of Burgundy #75040F

Tints of Burgundy #75040F

RGB

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

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

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

R = 86.03%
G = 2.94%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.87

 K value IS 0.54

RGB Variations

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

Color information

#75040F (or 0x75040F) is known color: Burgundy. HEX triplet: 75, 04 and 0F. RGB value is (117,4,15). Sum of RGB (Red+Green+Blue) = 117+4+15=136 (18% of max value = 765). Red value is 117 (46.09% from 255 or 86.03% from 136); Green value is 4 (1.95% from 255 or 2.94% from 136); Blue value is 15 (6.25% from 255 or 11.03% from 136); Max value from RGB is 117 - color contains mainly: red. Hex color #75040F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #75040F is #8AFBF0. Grayscale: #272727. Windows color (decimal): -9108465 or 984181. OLE color: 984181.

HSL color Cylindrical-coordinate representation of color #75040F: hue angle of 354.16º 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 #75040F is Cyan = 0, Magento = 0.97, Yellow = 0.87 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 4 15 -
CMYK 0 0.97 0.87 0.54
HSL 354.16º 0.93% 0.24% -
HSV(B) 354.16º 0.97% 0.46% -
XYZ 7.47 3.9 0.81 -
YUV 39.04 114.44 183.61 -
System Red Green Blue C M Y K H S L
Decimal 117 4 15 0 0.97 0.87 0.54 354.16 0.93 0.24
Hex 75 4 F 0 61 57 36 162 5D 18
Octal 165 4 17 0 141 127 66 542 135 30
Binary 1110101 100 1111 0 1100001 1010111 110110 101100010 1011101 11000

Color Harmonies of #75040F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75040F

Black with #75040F

Text Example


Text Example

White with #75040F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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