Html Css Color HEX #6B0821 Burgundy

📋 copy color: '#6B0821'

red 107 ◦ green 8 ◦ blue 33

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

Shades of Burgundy #6B0821

Tints of Burgundy #6B0821

RGB

 RED value IS 107 (42.19% from 255) = 72.3%

 GREEN value IS 8 (3.52% from 255) = 5.41%

 BLUE value IS 33 (13.28% from 255) = 22.3%

R = 72.3%
G = 5.41%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.69

 K value IS 0.58

RGB Variations

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

Color information

#6B0821 (or 0x6B0821) is known color: Burgundy. HEX triplet: 6B, 08 and 21. RGB value is (107,8,33). Sum of RGB (Red+Green+Blue) = 107+8+33=148 (19% of max value = 765). Red value is 107 (42.19% from 255 or 72.30% from 148); Green value is 8 (3.52% from 255 or 5.41% from 148); Blue value is 33 (13.28% from 255 or 22.30% from 148); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0821 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B0821 is #94F7DE. Grayscale: #282828. Windows color (decimal): -9762783 or 2164843. OLE color: 2164843.

HSL color Cylindrical-coordinate representation of color #6B0821: hue angle of 344.85º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6B0821 is Cyan = 0, Magento = 0.93, Yellow = 0.69 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 8 33 -
CMYK 0 0.93 0.69 0.58
HSL 344.85º 0.86% 0.23% -
HSV(B) 344.85º 0.93% 0.42% -
XYZ 6.42 3.41 1.76 -
YUV 40.45 123.8 175.47 -
System Red Green Blue C M Y K H S L
Decimal 107 8 33 0 0.93 0.69 0.58 344.85 0.86 0.23
Hex 6B 8 21 0 5D 45 3A 159 56 17
Octal 153 10 41 0 135 105 72 531 126 27
Binary 1101011 1000 100001 0 1011101 1000101 111010 101011001 1010110 10111

Color Harmonies of #6B0821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0821

Black with #6B0821

Text Example


Text Example

White with #6B0821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6B0821; }

 p { color: rgb(107,8,33); }

 H1.HeaderClassName
 {
   color: #6B0821;
 }
 .AnyTagClassName
 {
   color: #6B0821;
 }
</style>

background-color css

<style>
 a { background-color: #6B0821; }

 a { background-color: rgb(107,8,33); }

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

border-color css

<style>
 span { border-color: #6B0821; }

 span { border-color: rgb(107,8,33); }

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