Html Css Color HEX #75011C Burgundy

📋 copy color: '#75011C'

red 117 ◦ green 1 ◦ blue 28

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

Shades of Burgundy #75011C

Tints of Burgundy #75011C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 19.18%

R = 80.14%
G = 0.68%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.54

RGB Variations

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

Color information

#75011C (or 0x75011C) is known color: Burgundy. HEX triplet: 75, 01 and 1C. RGB value is (117,1,28). Sum of RGB (Red+Green+Blue) = 117+1+28=146 (19% of max value = 765). Red value is 117 (46.09% from 255 or 80.14% from 146); Green value is 1 (0.78% from 255 or 0.68% from 146); Blue value is 28 (11.33% from 255 or 19.18% from 146); Max value from RGB is 117 - color contains mainly: red. Hex color #75011C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75011C is #8AFEE3. Grayscale: #262626. Windows color (decimal): -9109220 or 1835381. OLE color: 1835381.

HSL color Cylindrical-coordinate representation of color #75011C: hue angle of 346.03º 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 #75011C is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 1 28 -
CMYK 0 0.99 0.76 0.54
HSL 346.03º 0.98% 0.23% -
HSV(B) 346.03º 0.99% 0.46% -
XYZ 7.56 3.89 1.45 -
YUV 38.76 121.93 183.8 -
System Red Green Blue C M Y K H S L
Decimal 117 1 28 0 0.99 0.76 0.54 346.03 0.98 0.23
Hex 75 1 1C 0 63 4C 36 15A 62 17
Octal 165 1 34 0 143 114 66 532 142 27
Binary 1110101 1 11100 0 1100011 1001100 110110 101011010 1100010 10111

Color Harmonies of #75011C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75011C

Black with #75011C

Text Example


Text Example

White with #75011C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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