Html Css Color HEX #68040E Burgundy

📋 copy color: '#68040E'

red 104 ◦ green 4 ◦ blue 14

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

Shades of Burgundy #68040E

Tints of Burgundy #68040E

RGB

 RED value IS 104 (41.02% from 255) = 85.25%

 GREEN value IS 4 (1.95% from 255) = 3.28%

 BLUE value IS 14 (5.86% from 255) = 11.48%

R = 85.25%
G = 3.28%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.87

 K value IS 0.59

RGB Variations

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

Color information

#68040E (or 0x68040E) is known color: Burgundy. HEX triplet: 68, 04 and 0E. RGB value is (104,4,14). Sum of RGB (Red+Green+Blue) = 104+4+14=122 (16% of max value = 765). Red value is 104 (41.02% from 255 or 85.25% from 122); Green value is 4 (1.95% from 255 or 3.28% from 122); Blue value is 14 (5.86% from 255 or 11.48% from 122); Max value from RGB is 104 - color contains mainly: red. Hex color #68040E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #68040E is #97FBF1. Grayscale: #232323. Windows color (decimal): -9960434 or 918632. OLE color: 918632.

HSL color Cylindrical-coordinate representation of color #68040E: hue angle of 354º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #68040E is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 4 14 -
CMYK 0 0.96 0.87 0.59
HSL 354º 0.93% 0.21% -
HSV(B) 354º 0.96% 0.41% -
XYZ 5.83 3.06 0.7 -
YUV 35.04 116.13 177.19 -
System Red Green Blue C M Y K H S L
Decimal 104 4 14 0 0.96 0.87 0.59 354 0.93 0.21
Hex 68 4 E 0 60 57 3B 162 5D 15
Octal 150 4 16 0 140 127 73 542 135 25
Binary 1101000 100 1110 0 1100000 1010111 111011 101100010 1011101 10101

Color Harmonies of #68040E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68040E

Black with #68040E

Text Example


Text Example

White with #68040E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68040E; }

 p { color: rgb(104,4,14); }

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

background-color css

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

 a { background-color: rgb(104,4,14); }

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

border-color css

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

 span { border-color: rgb(104,4,14); }

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