Html Css Color HEX #68001D Burgundy

📋 copy color: '#68001D'

red 104 ◦ green 0 ◦ blue 29

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

Shades of Burgundy #68001D

Tints of Burgundy #68001D

RGB

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

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

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

R = 78.2%
G = 0%
B = 21.8%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.72

 K value IS 0.59

RGB Variations

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

Color information

#68001D (or 0x68001D) is known color: Burgundy. HEX triplet: 68, 00 and 1D. RGB value is (104,0,29). Sum of RGB (Red+Green+Blue) = 104+0+29=133 (17% of max value = 765). Red value is 104 (41.02% from 255 or 78.20% from 133); Green value is 0 (0.39% from 255 or 0% from 133); Blue value is 29 (11.72% from 255 or 21.80% from 133); Max value from RGB is 104 - color contains mainly: red. Hex color #68001D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68001D is #97FFE2. Grayscale: #222222. Windows color (decimal): -9961443 or 1900648. OLE color: 1900648.

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

Color convert

RGB 104 0 29 -
CMYK 0 1 0.72 0.59
HSL 343.27º 1% 0.2% -
HSV(B) 343.27º 1% 0.41% -
XYZ 5.93 3.03 1.44 -
YUV 34.4 124.96 177.64 -
System Red Green Blue C M Y K H S L
Decimal 104 0 29 0 1 0.72 0.59 343.27 1 0.2
Hex 68 0 1D 0 64 48 3B 157 64 14
Octal 150 0 35 0 144 110 73 527 144 24
Binary 1101000 0 11101 0 1100100 1001000 111011 101010111 1100100 10100

Color Harmonies of #68001D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68001D

Black with #68001D

Text Example


Text Example

White with #68001D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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