Html Css Color HEX #68021B Burgundy

📋 copy color: '#68021B'

red 104 ◦ green 2 ◦ blue 27

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

Shades of Burgundy #68021B

Tints of Burgundy #68021B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.5%

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

R = 78.2%
G = 1.5%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.74

 K value IS 0.59

RGB Variations

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

Color information

#68021B (or 0x68021B) is known color: Burgundy. HEX triplet: 68, 02 and 1B. RGB value is (104,2,27). Sum of RGB (Red+Green+Blue) = 104+2+27=133 (17% of max value = 765). Red value is 104 (41.02% from 255 or 78.20% from 133); Green value is 2 (1.17% from 255 or 1.50% from 133); Blue value is 27 (10.94% from 255 or 20.30% from 133); Max value from RGB is 104 - color contains mainly: red. Hex color #68021B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68021B is #97FDE4. Grayscale: #232323. Windows color (decimal): -9960933 or 1770088. OLE color: 1770088.

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

Color convert

RGB 104 2 27 -
CMYK 0 0.98 0.74 0.59
HSL 345.29º 0.96% 0.21% -
HSV(B) 345.29º 0.98% 0.41% -
XYZ 5.93 3.07 1.32 -
YUV 35.35 123.29 176.97 -
System Red Green Blue C M Y K H S L
Decimal 104 2 27 0 0.98 0.74 0.59 345.29 0.96 0.21
Hex 68 2 1B 0 62 4A 3B 159 60 15
Octal 150 2 33 0 142 112 73 531 140 25
Binary 1101000 10 11011 0 1100010 1001010 111011 101011001 1100000 10101

Color Harmonies of #68021B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68021B

Black with #68021B

Text Example


Text Example

White with #68021B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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