Html Css Color HEX #68041D Burgundy

📋 copy color: '#68041D'

red 104 ◦ green 4 ◦ blue 29

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

Shades of Burgundy #68041D

Tints of Burgundy #68041D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.92%

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

R = 75.91%
G = 2.92%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.72

 K value IS 0.59

RGB Variations

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

Color information

#68041D (or 0x68041D) is known color: Burgundy. HEX triplet: 68, 04 and 1D. RGB value is (104,4,29). Sum of RGB (Red+Green+Blue) = 104+4+29=137 (18% of max value = 765). Red value is 104 (41.02% from 255 or 75.91% from 137); Green value is 4 (1.95% from 255 or 2.92% from 137); Blue value is 29 (11.72% from 255 or 21.17% from 137); Max value from RGB is 104 - color contains mainly: red. Hex color #68041D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68041D is #97FBE2. Grayscale: #242424. Windows color (decimal): -9960419 or 1901672. OLE color: 1901672.

HSL color Cylindrical-coordinate representation of color #68041D: hue angle of 345º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #68041D is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 4 29 -
CMYK 0 0.96 0.72 0.59
HSL 345º 0.93% 0.21% -
HSV(B) 345º 0.96% 0.41% -
XYZ 5.97 3.12 1.45 -
YUV 36.75 123.63 175.97 -
System Red Green Blue C M Y K H S L
Decimal 104 4 29 0 0.96 0.72 0.59 345 0.93 0.21
Hex 68 4 1D 0 60 48 3B 159 5D 15
Octal 150 4 35 0 140 110 73 531 135 25
Binary 1101000 100 11101 0 1100000 1001000 111011 101011001 1011101 10101

Color Harmonies of #68041D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68041D

Black with #68041D

Text Example


Text Example

White with #68041D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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