Html Css Color HEX #680205 Burgundy

📋 copy color: '#680205'

red 104 ◦ green 2 ◦ blue 5

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

Shades of Burgundy #680205

Tints of Burgundy #680205

RGB

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

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

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

R = 93.69%
G = 1.8%
B = 4.5%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0.59

RGB Variations

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

Color information

#680205 (or 0x680205) is known color: Burgundy. HEX triplet: 68, 02 and 05. RGB value is (104,2,5). Sum of RGB (Red+Green+Blue) = 104+2+5=111 (14% of max value = 765). Red value is 104 (41.02% from 255 or 93.69% from 111); Green value is 2 (1.17% from 255 or 1.80% from 111); Blue value is 5 (2.34% from 255 or 4.50% from 111); Max value from RGB is 104 - color contains mainly: red. Hex color #680205 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680205 is #97FDFA. Grayscale: #202020. Windows color (decimal): -9960955 or 328296. OLE color: 328296.

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

Color convert

RGB 104 2 5 -
CMYK 0 0.98 0.95 0.59
HSL 358.24º 0.96% 0.21% -
HSV(B) 358.24º 0.98% 0.41% -
XYZ 5.76 3 0.42 -
YUV 32.84 112.29 178.76 -
System Red Green Blue C M Y K H S L
Decimal 104 2 5 0 0.98 0.95 0.59 358.24 0.96 0.21
Hex 68 2 5 0 62 5F 3B 166 60 15
Octal 150 2 5 0 142 137 73 546 140 25
Binary 1101000 10 101 0 1100010 1011111 111011 101100110 1100000 10101

Color Harmonies of #680205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680205

Black with #680205

Text Example


Text Example

White with #680205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680205; }

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

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

background-color css

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

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

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

border-color css

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

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

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