Html Css Color HEX #68011D Burgundy

📋 copy color: '#68011D'

red 104 ◦ green 1 ◦ blue 29

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

Shades of Burgundy #68011D

Tints of Burgundy #68011D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 21.64%

R = 77.61%
G = 0.75%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.59

RGB Variations

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

Color information

#68011D (or 0x68011D) is known color: Burgundy. HEX triplet: 68, 01 and 1D. RGB value is (104,1,29). Sum of RGB (Red+Green+Blue) = 104+1+29=134 (17% of max value = 765). Red value is 104 (41.02% from 255 or 77.61% from 134); Green value is 1 (0.78% from 255 or 0.75% from 134); Blue value is 29 (11.72% from 255 or 21.64% from 134); Max value from RGB is 104 - color contains mainly: red. Hex color #68011D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68011D is #97FEE2. Grayscale: #222222. Windows color (decimal): -9961187 or 1900904. OLE color: 1900904.

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

Color convert

RGB 104 1 29 -
CMYK 0 0.99 0.72 0.59
HSL 343.69º 0.98% 0.21% -
HSV(B) 343.69º 0.99% 0.41% -
XYZ 5.94 3.05 1.44 -
YUV 34.99 124.62 177.22 -
System Red Green Blue C M Y K H S L
Decimal 104 1 29 0 0.99 0.72 0.59 343.69 0.98 0.21
Hex 68 1 1D 0 63 48 3B 158 62 15
Octal 150 1 35 0 143 110 73 530 142 25
Binary 1101000 1 11101 0 1100011 1001000 111011 101011000 1100010 10101

Color Harmonies of #68011D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68011D

Black with #68011D

Text Example


Text Example

White with #68011D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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