Html Css Color HEX #75041A Burgundy

📋 copy color: '#75041A'

red 117 ◦ green 4 ◦ blue 26

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

Shades of Burgundy #75041A

Tints of Burgundy #75041A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 17.69%

R = 79.59%
G = 2.72%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.78

 K value IS 0.54

RGB Variations

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

Color information

#75041A (or 0x75041A) is known color: Burgundy. HEX triplet: 75, 04 and 1A. RGB value is (117,4,26). Sum of RGB (Red+Green+Blue) = 117+4+26=147 (19% of max value = 765). Red value is 117 (46.09% from 255 or 79.59% from 147); Green value is 4 (1.95% from 255 or 2.72% from 147); Blue value is 26 (10.55% from 255 or 17.69% from 147); Max value from RGB is 117 - color contains mainly: red. Hex color #75041A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75041A is #8AFBE5. Grayscale: #282828. Windows color (decimal): -9108454 or 1705077. OLE color: 1705077.

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

Color convert

RGB 117 4 26 -
CMYK 0 0.97 0.78 0.54
HSL 348.32º 0.93% 0.24% -
HSV(B) 348.32º 0.97% 0.46% -
XYZ 7.57 3.94 1.34 -
YUV 40.3 119.94 182.71 -
System Red Green Blue C M Y K H S L
Decimal 117 4 26 0 0.97 0.78 0.54 348.32 0.93 0.24
Hex 75 4 1A 0 61 4E 36 15C 5D 18
Octal 165 4 32 0 141 116 66 534 135 30
Binary 1110101 100 11010 0 1100001 1001110 110110 101011100 1011101 11000

Color Harmonies of #75041A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75041A

Black with #75041A

Text Example


Text Example

White with #75041A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75041A; }

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

 H1.HeaderClassName
 {
   color: #75041A;
 }
 .AnyTagClassName
 {
   color: #75041A;
 }
</style>

background-color css

<style>
 a { background-color: #75041A; }

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

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

border-color css

<style>
 span { border-color: #75041A; }

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

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