Html Css Color HEX #750614 Burgundy

📋 copy color: '#750614'

red 117 ◦ green 6 ◦ blue 20

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

Shades of Burgundy #750614

Tints of Burgundy #750614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 13.99%

R = 81.82%
G = 4.2%
B = 13.99%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#750614 (or 0x750614) is known color: Burgundy. HEX triplet: 75, 06 and 14. RGB value is (117,6,20). Sum of RGB (Red+Green+Blue) = 117+6+20=143 (18% of max value = 765). Red value is 117 (46.09% from 255 or 81.82% from 143); Green value is 6 (2.73% from 255 or 4.20% from 143); Blue value is 20 (8.20% from 255 or 13.99% from 143); Max value from RGB is 117 - color contains mainly: red. Hex color #750614 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750614 is #8AF9EB. Grayscale: #282828. Windows color (decimal): -9107948 or 1312373. OLE color: 1312373.

HSL color Cylindrical-coordinate representation of color #750614: hue angle of 352.43º 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 #750614 is Cyan = 0, Magento = 0.95, Yellow = 0.83 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 6 20 -
CMYK 0 0.95 0.83 0.54
HSL 352.43º 0.9% 0.24% -
HSV(B) 352.43º 0.95% 0.46% -
XYZ 7.53 3.96 1.03 -
YUV 40.79 116.27 182.36 -
System Red Green Blue C M Y K H S L
Decimal 117 6 20 0 0.95 0.83 0.54 352.43 0.9 0.24
Hex 75 6 14 0 5F 53 36 160 5A 18
Octal 165 6 24 0 137 123 66 540 132 30
Binary 1110101 110 10100 0 1011111 1010011 110110 101100000 1011010 11000

Color Harmonies of #750614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750614

Black with #750614

Text Example


Text Example

White with #750614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750614; }

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

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

background-color css

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

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

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

border-color css

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

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

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