Html Css Color HEX #75011D Burgundy

📋 copy color: '#75011D'

red 117 ◦ green 1 ◦ blue 29

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

Shades of Burgundy #75011D

Tints of Burgundy #75011D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.68%

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

R = 79.59%
G = 0.68%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#75011D (or 0x75011D) is known color: Burgundy. HEX triplet: 75, 01 and 1D. RGB value is (117,1,29). Sum of RGB (Red+Green+Blue) = 117+1+29=147 (19% of max value = 765). Red value is 117 (46.09% from 255 or 79.59% from 147); Green value is 1 (0.78% from 255 or 0.68% from 147); Blue value is 29 (11.72% from 255 or 19.73% from 147); Max value from RGB is 117 - color contains mainly: red. Hex color #75011D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75011D is #8AFEE2. Grayscale: #262626. Windows color (decimal): -9109219 or 1900917. OLE color: 1900917.

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

Color convert

RGB 117 1 29 -
CMYK 0 0.99 0.75 0.54
HSL 345.52º 0.98% 0.23% -
HSV(B) 345.52º 0.99% 0.46% -
XYZ 7.57 3.89 1.51 -
YUV 38.88 122.43 183.72 -
System Red Green Blue C M Y K H S L
Decimal 117 1 29 0 0.99 0.75 0.54 345.52 0.98 0.23
Hex 75 1 1D 0 63 4B 36 15A 62 17
Octal 165 1 35 0 143 113 66 532 142 27
Binary 1110101 1 11101 0 1100011 1001011 110110 101011010 1100010 10111

Color Harmonies of #75011D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75011D

Black with #75011D

Text Example


Text Example

White with #75011D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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