Html Css Color HEX #68001B Burgundy

📋 copy color: '#68001B'

red 104 ◦ green 0 ◦ blue 27

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

Shades of Burgundy #68001B

Tints of Burgundy #68001B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 20.61%

R = 79.39%
G = 0%
B = 20.61%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.74

 K value IS 0.59

RGB Variations

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

Color information

#68001B (or 0x68001B) is known color: Burgundy. HEX triplet: 68, 00 and 1B. RGB value is (104,0,27). Sum of RGB (Red+Green+Blue) = 104+0+27=131 (17% of max value = 765). Red value is 104 (41.02% from 255 or 79.39% from 131); Green value is 0 (0.39% from 255 or 0% from 131); Blue value is 27 (10.94% from 255 or 20.61% from 131); Max value from RGB is 104 - color contains mainly: red. Hex color #68001B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68001B is #97FFE4. Grayscale: #222222. Windows color (decimal): -9961445 or 1769576. OLE color: 1769576.

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

Color convert

RGB 104 0 27 -
CMYK 0 1 0.74 0.59
HSL 344.42º 1% 0.2% -
HSV(B) 344.42º 1% 0.41% -
XYZ 5.91 3.02 1.31 -
YUV 34.17 123.96 177.8 -
System Red Green Blue C M Y K H S L
Decimal 104 0 27 0 1 0.74 0.59 344.42 1 0.2
Hex 68 0 1B 0 64 4A 3B 158 64 14
Octal 150 0 33 0 144 112 73 530 144 24
Binary 1101000 0 11011 0 1100100 1001010 111011 101011000 1100100 10100

Color Harmonies of #68001B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68001B

Black with #68001B

Text Example


Text Example

White with #68001B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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