Html Css Color HEX #680005 Burgundy

📋 copy color: '#680005'

red 104 ◦ green 0 ◦ blue 5

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

Shades of Burgundy #680005

Tints of Burgundy #680005

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 5 (2.34% from 255) = 4.59%

R = 95.41%
G = 0%
B = 4.59%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.95

 K value IS 0.59

RGB Variations

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

Color information

#680005 (or 0x680005) is known color: Burgundy. HEX triplet: 68, 00 and 05. RGB value is (104,0,5). Sum of RGB (Red+Green+Blue) = 104+0+5=109 (14% of max value = 765). Red value is 104 (41.02% from 255 or 95.41% from 109); Green value is 0 (0.39% from 255 or 0% from 109); Blue value is 5 (2.34% from 255 or 4.59% from 109); Max value from RGB is 104 - color contains mainly: red. Hex color #680005 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680005 is #97FFFA. Grayscale: #1F1F1F. Windows color (decimal): -9961467 or 327784. OLE color: 327784.

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

Color convert

RGB 104 0 5 -
CMYK 0 1 0.95 0.59
HSL 357.12º 1% 0.2% -
HSV(B) 357.12º 1% 0.41% -
XYZ 5.74 2.95 0.41 -
YUV 31.67 112.96 179.59 -
System Red Green Blue C M Y K H S L
Decimal 104 0 5 0 1 0.95 0.59 357.12 1 0.2
Hex 68 0 5 0 64 5F 3B 165 64 14
Octal 150 0 5 0 144 137 73 545 144 24
Binary 1101000 0 101 0 1100100 1011111 111011 101100101 1100100 10100

Color Harmonies of #680005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680005

Black with #680005

Text Example


Text Example

White with #680005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680005; }

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

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

background-color css

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

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

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

border-color css

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

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

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