Html Css Color HEX #68041C Burgundy

📋 copy color: '#68041C'

red 104 ◦ green 4 ◦ blue 28

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

Shades of Burgundy #68041C

Tints of Burgundy #68041C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 20.59%

R = 76.47%
G = 2.94%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.73

 K value IS 0.59

RGB Variations

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

Color information

#68041C (or 0x68041C) is known color: Burgundy. HEX triplet: 68, 04 and 1C. RGB value is (104,4,28). Sum of RGB (Red+Green+Blue) = 104+4+28=136 (18% of max value = 765). Red value is 104 (41.02% from 255 or 76.47% from 136); Green value is 4 (1.95% from 255 or 2.94% from 136); Blue value is 28 (11.33% from 255 or 20.59% from 136); Max value from RGB is 104 - color contains mainly: red. Hex color #68041C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68041C is #97FBE3. Grayscale: #242424. Windows color (decimal): -9960420 or 1836136. OLE color: 1836136.

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

Color convert

RGB 104 4 28 -
CMYK 0 0.96 0.73 0.59
HSL 345.6º 0.93% 0.21% -
HSV(B) 345.6º 0.96% 0.41% -
XYZ 5.96 3.11 1.39 -
YUV 36.64 123.13 176.05 -
System Red Green Blue C M Y K H S L
Decimal 104 4 28 0 0.96 0.73 0.59 345.6 0.93 0.21
Hex 68 4 1C 0 60 49 3B 15A 5D 15
Octal 150 4 34 0 140 111 73 532 135 25
Binary 1101000 100 11100 0 1100000 1001001 111011 101011010 1011101 10101

Color Harmonies of #68041C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68041C

Black with #68041C

Text Example


Text Example

White with #68041C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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