Html Css Color HEX #68050E Burgundy

📋 copy color: '#68050E'

red 104 ◦ green 5 ◦ blue 14

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

Shades of Burgundy #68050E

Tints of Burgundy #68050E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.07%

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

R = 84.55%
G = 4.07%
B = 11.38%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.87

 K value IS 0.59

RGB Variations

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

Color information

#68050E (or 0x68050E) is known color: Burgundy. HEX triplet: 68, 05 and 0E. RGB value is (104,5,14). Sum of RGB (Red+Green+Blue) = 104+5+14=123 (16% of max value = 765). Red value is 104 (41.02% from 255 or 84.55% from 123); Green value is 5 (2.34% from 255 or 4.07% from 123); Blue value is 14 (5.86% from 255 or 11.38% from 123); Max value from RGB is 104 - color contains mainly: red. Hex color #68050E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #68050E is #97FAF1. Grayscale: #232323. Windows color (decimal): -9960178 or 918888. OLE color: 918888.

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

Color convert

RGB 104 5 14 -
CMYK 0 0.95 0.87 0.59
HSL 354.55º 0.91% 0.21% -
HSV(B) 354.55º 0.95% 0.41% -
XYZ 5.84 3.08 0.7 -
YUV 35.63 115.8 176.77 -
System Red Green Blue C M Y K H S L
Decimal 104 5 14 0 0.95 0.87 0.59 354.55 0.91 0.21
Hex 68 5 E 0 5F 57 3B 163 5B 15
Octal 150 5 16 0 137 127 73 543 133 25
Binary 1101000 101 1110 0 1011111 1010111 111011 101100011 1011011 10101

Color Harmonies of #68050E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68050E

Black with #68050E

Text Example


Text Example

White with #68050E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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