Html Css Color HEX #750612 Burgundy

📋 copy color: '#750612'

red 117 ◦ green 6 ◦ blue 18

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

Shades of Burgundy #750612

Tints of Burgundy #750612

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.26%

 BLUE value IS 18 (7.42% from 255) = 12.77%

R = 82.98%
G = 4.26%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#750612 (or 0x750612) is known color: Burgundy. HEX triplet: 75, 06 and 12. RGB value is (117,6,18). Sum of RGB (Red+Green+Blue) = 117+6+18=141 (18% of max value = 765). Red value is 117 (46.09% from 255 or 82.98% from 141); Green value is 6 (2.73% from 255 or 4.26% from 141); Blue value is 18 (7.42% from 255 or 12.77% from 141); Max value from RGB is 117 - color contains mainly: red. Hex color #750612 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750612 is #8AF9ED. Grayscale: #282828. Windows color (decimal): -9107950 or 1181301. OLE color: 1181301.

HSL color Cylindrical-coordinate representation of color #750612: hue angle of 353.51º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #750612 is Cyan = 0, Magento = 0.95, Yellow = 0.85 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 6 18 -
CMYK 0 0.95 0.85 0.54
HSL 353.51º 0.9% 0.24% -
HSV(B) 353.51º 0.95% 0.46% -
XYZ 7.51 3.96 0.94 -
YUV 40.56 115.27 182.52 -
System Red Green Blue C M Y K H S L
Decimal 117 6 18 0 0.95 0.85 0.54 353.51 0.9 0.24
Hex 75 6 12 0 5F 55 36 162 5A 18
Octal 165 6 22 0 137 125 66 542 132 30
Binary 1110101 110 10010 0 1011111 1010101 110110 101100010 1011010 11000

Color Harmonies of #750612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750612

Black with #750612

Text Example


Text Example

White with #750612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750612; }

 p { color: rgb(117,6,18); }

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

background-color css

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

 a { background-color: rgb(117,6,18); }

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

border-color css

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

 span { border-color: rgb(117,6,18); }

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