Html Css Color HEX #68041E Burgundy

📋 copy color: '#68041E'

red 104 ◦ green 4 ◦ blue 30

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

Shades of Burgundy #68041E

Tints of Burgundy #68041E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 21.74%

R = 75.36%
G = 2.9%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.71

 K value IS 0.59

RGB Variations

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

Color information

#68041E (or 0x68041E) is known color: Burgundy. HEX triplet: 68, 04 and 1E. RGB value is (104,4,30). Sum of RGB (Red+Green+Blue) = 104+4+30=138 (18% of max value = 765). Red value is 104 (41.02% from 255 or 75.36% from 138); Green value is 4 (1.95% from 255 or 2.90% from 138); Blue value is 30 (12.11% from 255 or 21.74% from 138); Max value from RGB is 104 - color contains mainly: red. Hex color #68041E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68041E is #97FBE1. Grayscale: #242424. Windows color (decimal): -9960418 or 1967208. OLE color: 1967208.

HSL color Cylindrical-coordinate representation of color #68041E: hue angle of 344.4º 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 #68041E is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 4 30 -
CMYK 0 0.96 0.71 0.59
HSL 344.4º 0.93% 0.21% -
HSV(B) 344.4º 0.96% 0.41% -
XYZ 5.99 3.12 1.52 -
YUV 36.86 124.13 175.89 -
System Red Green Blue C M Y K H S L
Decimal 104 4 30 0 0.96 0.71 0.59 344.4 0.93 0.21
Hex 68 4 1E 0 60 47 3B 158 5D 15
Octal 150 4 36 0 140 107 73 530 135 25
Binary 1101000 100 11110 0 1100000 1000111 111011 101011000 1011101 10101

Color Harmonies of #68041E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68041E

Black with #68041E

Text Example


Text Example

White with #68041E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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