Html Css Color HEX #680105 Burgundy

📋 copy color: '#680105'

red 104 ◦ green 1 ◦ blue 5

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

Shades of Burgundy #680105

Tints of Burgundy #680105

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.91%

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

R = 94.55%
G = 0.91%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0.59

RGB Variations

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

Color information

#680105 (or 0x680105) is known color: Burgundy. HEX triplet: 68, 01 and 05. RGB value is (104,1,5). Sum of RGB (Red+Green+Blue) = 104+1+5=110 (14% of max value = 765). Red value is 104 (41.02% from 255 or 94.55% from 110); Green value is 1 (0.78% from 255 or 0.91% from 110); Blue value is 5 (2.34% from 255 or 4.55% from 110); Max value from RGB is 104 - color contains mainly: red. Hex color #680105 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680105 is #97FEFA. Grayscale: #202020. Windows color (decimal): -9961211 or 328040. OLE color: 328040.

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

Color convert

RGB 104 1 5 -
CMYK 0 0.99 0.95 0.59
HSL 357.67º 0.98% 0.21% -
HSV(B) 357.67º 0.99% 0.41% -
XYZ 5.75 2.98 0.42 -
YUV 32.25 112.62 179.17 -
System Red Green Blue C M Y K H S L
Decimal 104 1 5 0 0.99 0.95 0.59 357.67 0.98 0.21
Hex 68 1 5 0 63 5F 3B 166 62 15
Octal 150 1 5 0 143 137 73 546 142 25
Binary 1101000 1 101 0 1100011 1011111 111011 101100110 1100010 10101

Color Harmonies of #680105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680105

Black with #680105

Text Example


Text Example

White with #680105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680105; }

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

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

background-color css

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

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

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

border-color css

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

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

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