Html Css Color HEX #68011A Burgundy

📋 copy color: '#68011A'

red 104 ◦ green 1 ◦ blue 26

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

Shades of Burgundy #68011A

Tints of Burgundy #68011A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 19.85%

R = 79.39%
G = 0.76%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.75

 K value IS 0.59

RGB Variations

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

Color information

#68011A (or 0x68011A) is known color: Burgundy. HEX triplet: 68, 01 and 1A. RGB value is (104,1,26). Sum of RGB (Red+Green+Blue) = 104+1+26=131 (17% of max value = 765). Red value is 104 (41.02% from 255 or 79.39% from 131); Green value is 1 (0.78% from 255 or 0.76% from 131); Blue value is 26 (10.55% from 255 or 19.85% from 131); Max value from RGB is 104 - color contains mainly: red. Hex color #68011A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68011A is #97FEE5. Grayscale: #222222. Windows color (decimal): -9961190 or 1704296. OLE color: 1704296.

HSL color Cylindrical-coordinate representation of color #68011A: hue angle of 345.44º 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 #68011A is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 1 26 -
CMYK 0 0.99 0.75 0.59
HSL 345.44º 0.98% 0.21% -
HSV(B) 345.44º 0.99% 0.41% -
XYZ 5.91 3.04 1.25 -
YUV 34.65 123.12 177.47 -
System Red Green Blue C M Y K H S L
Decimal 104 1 26 0 0.99 0.75 0.59 345.44 0.98 0.21
Hex 68 1 1A 0 63 4B 3B 159 62 15
Octal 150 1 32 0 143 113 73 531 142 25
Binary 1101000 1 11010 0 1100011 1001011 111011 101011001 1100010 10101

Color Harmonies of #68011A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68011A

Black with #68011A

Text Example


Text Example

White with #68011A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68011A; }

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

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

background-color css

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

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

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

border-color css

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

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

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