Html Css Color HEX #75081B Burgundy

📋 copy color: '#75081B'

red 117 ◦ green 8 ◦ blue 27

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

Shades of Burgundy #75081B

Tints of Burgundy #75081B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.26%

 BLUE value IS 27 (10.94% from 255) = 17.76%

R = 76.97%
G = 5.26%
B = 17.76%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.77

 K value IS 0.54

RGB Variations

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

Color information

#75081B (or 0x75081B) is known color: Burgundy. HEX triplet: 75, 08 and 1B. RGB value is (117,8,27). Sum of RGB (Red+Green+Blue) = 117+8+27=152 (20% of max value = 765). Red value is 117 (46.09% from 255 or 76.97% from 152); Green value is 8 (3.52% from 255 or 5.26% from 152); Blue value is 27 (10.94% from 255 or 17.76% from 152); Max value from RGB is 117 - color contains mainly: red. Hex color #75081B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75081B is #8AF7E4. Grayscale: #2A2A2A. Windows color (decimal): -9107429 or 1771637. OLE color: 1771637.

HSL color Cylindrical-coordinate representation of color #75081B: hue angle of 349.54º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #75081B is Cyan = 0, Magento = 0.93, Yellow = 0.77 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 8 27 -
CMYK 0 0.93 0.77 0.54
HSL 349.54º 0.87% 0.25% -
HSV(B) 349.54º 0.93% 0.46% -
XYZ 7.62 4.03 1.41 -
YUV 42.76 119.11 180.96 -
System Red Green Blue C M Y K H S L
Decimal 117 8 27 0 0.93 0.77 0.54 349.54 0.87 0.25
Hex 75 8 1B 0 5D 4D 36 15E 57 19
Octal 165 10 33 0 135 115 66 536 127 31
Binary 1110101 1000 11011 0 1011101 1001101 110110 101011110 1010111 11001

Color Harmonies of #75081B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75081B

Black with #75081B

Text Example


Text Example

White with #75081B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75081B; }

 p { color: rgb(117,8,27); }

 H1.HeaderClassName
 {
   color: #75081B;
 }
 .AnyTagClassName
 {
   color: #75081B;
 }
</style>

background-color css

<style>
 a { background-color: #75081B; }

 a { background-color: rgb(117,8,27); }

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

border-color css

<style>
 span { border-color: #75081B; }

 span { border-color: rgb(117,8,27); }

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