Html Css Color HEX #75011F Burgundy

📋 copy color: '#75011F'

red 117 ◦ green 1 ◦ blue 31

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

Shades of Burgundy #75011F

Tints of Burgundy #75011F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 20.81%

R = 78.52%
G = 0.67%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#75011F (or 0x75011F) is known color: Burgundy. HEX triplet: 75, 01 and 1F. RGB value is (117,1,31). Sum of RGB (Red+Green+Blue) = 117+1+31=149 (19% of max value = 765). Red value is 117 (46.09% from 255 or 78.52% from 149); Green value is 1 (0.78% from 255 or 0.67% from 149); Blue value is 31 (12.5% from 255 or 20.81% from 149); Max value from RGB is 117 - color contains mainly: red. Hex color #75011F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75011F is #8AFEE0. Grayscale: #272727. Windows color (decimal): -9109217 or 2031989. OLE color: 2031989.

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

Color convert

RGB 117 1 31 -
CMYK 0 0.99 0.74 0.54
HSL 344.48º 0.98% 0.23% -
HSV(B) 344.48º 0.99% 0.46% -
XYZ 7.59 3.9 1.65 -
YUV 39.1 123.43 183.56 -
System Red Green Blue C M Y K H S L
Decimal 117 1 31 0 0.99 0.74 0.54 344.48 0.98 0.23
Hex 75 1 1F 0 63 4A 36 158 62 17
Octal 165 1 37 0 143 112 66 530 142 27
Binary 1110101 1 11111 0 1100011 1001010 110110 101011000 1100010 10111

Color Harmonies of #75011F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75011F

Black with #75011F

Text Example


Text Example

White with #75011F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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