Html Css Color HEX #750B1E Burgundy

📋 copy color: '#750B1E'

red 117 ◦ green 11 ◦ blue 30

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

Shades of Burgundy #750B1E

Tints of Burgundy #750B1E

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.96%

 BLUE value IS 30 (12.11% from 255) = 18.99%

R = 74.05%
G = 6.96%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#750B1E (or 0x750B1E) is known color: Burgundy. HEX triplet: 75, 0B and 1E. RGB value is (117,11,30). Sum of RGB (Red+Green+Blue) = 117+11+30=158 (20% of max value = 765). Red value is 117 (46.09% from 255 or 74.05% from 158); Green value is 11 (4.69% from 255 or 6.96% from 158); Blue value is 30 (12.11% from 255 or 18.99% from 158); Max value from RGB is 117 - color contains mainly: red. Hex color #750B1E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750B1E is #8AF4E1. Grayscale: #2C2C2C. Windows color (decimal): -9106658 or 1969013. OLE color: 1969013.

HSL color Cylindrical-coordinate representation of color #750B1E: hue angle of 349.25º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #750B1E is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 11 30 -
CMYK 0 0.91 0.74 0.54
HSL 349.25º 0.83% 0.25% -
HSV(B) 349.25º 0.91% 0.46% -
XYZ 7.69 4.11 1.62 -
YUV 44.86 119.62 179.46 -
System Red Green Blue C M Y K H S L
Decimal 117 11 30 0 0.91 0.74 0.54 349.25 0.83 0.25
Hex 75 B 1E 0 5B 4A 36 15D 53 19
Octal 165 13 36 0 133 112 66 535 123 31
Binary 1110101 1011 11110 0 1011011 1001010 110110 101011101 1010011 11001

Color Harmonies of #750B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750B1E

Black with #750B1E

Text Example


Text Example

White with #750B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750B1E; }

 p { color: rgb(117,11,30); }

 H1.HeaderClassName
 {
   color: #750B1E;
 }
 .AnyTagClassName
 {
   color: #750B1E;
 }
</style>

background-color css

<style>
 a { background-color: #750B1E; }

 a { background-color: rgb(117,11,30); }

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

border-color css

<style>
 span { border-color: #750B1E; }

 span { border-color: rgb(117,11,30); }

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