Html Css Color HEX #68020E Burgundy

📋 copy color: '#68020E'

red 104 ◦ green 2 ◦ blue 14

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

Shades of Burgundy #68020E

Tints of Burgundy #68020E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.67%

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

R = 86.67%
G = 1.67%
B = 11.67%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.87

 K value IS 0.59

RGB Variations

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

Color information

#68020E (or 0x68020E) is known color: Burgundy. HEX triplet: 68, 02 and 0E. RGB value is (104,2,14). Sum of RGB (Red+Green+Blue) = 104+2+14=120 (15% of max value = 765). Red value is 104 (41.02% from 255 or 86.67% from 120); Green value is 2 (1.17% from 255 or 1.67% from 120); Blue value is 14 (5.86% from 255 or 11.67% from 120); Max value from RGB is 104 - color contains mainly: red. Hex color #68020E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #68020E is #97FDF1. Grayscale: #212121. Windows color (decimal): -9960946 or 918120. OLE color: 918120.

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

Color convert

RGB 104 2 14 -
CMYK 0 0.98 0.87 0.59
HSL 352.94º 0.96% 0.21% -
HSV(B) 352.94º 0.98% 0.41% -
XYZ 5.81 3.02 0.69 -
YUV 33.87 116.79 178.02 -
System Red Green Blue C M Y K H S L
Decimal 104 2 14 0 0.98 0.87 0.59 352.94 0.96 0.21
Hex 68 2 E 0 62 57 3B 161 60 15
Octal 150 2 16 0 142 127 73 541 140 25
Binary 1101000 10 1110 0 1100010 1010111 111011 101100001 1100000 10101

Color Harmonies of #68020E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68020E

Black with #68020E

Text Example


Text Example

White with #68020E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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