Html Css Color HEX #6B0215 Burgundy

📋 copy color: '#6B0215'

red 107 ◦ green 2 ◦ blue 21

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

Shades of Burgundy #6B0215

Tints of Burgundy #6B0215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 16.15%

R = 82.31%
G = 1.54%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.80

 K value IS 0.58

RGB Variations

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

Color information

#6B0215 (or 0x6B0215) is known color: Burgundy. HEX triplet: 6B, 02 and 15. RGB value is (107,2,21). Sum of RGB (Red+Green+Blue) = 107+2+21=130 (17% of max value = 765). Red value is 107 (42.19% from 255 or 82.31% from 130); Green value is 2 (1.17% from 255 or 1.54% from 130); Blue value is 21 (8.59% from 255 or 16.15% from 130); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0215 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B0215 is #94FDEA. Grayscale: #232323. Windows color (decimal): -9764331 or 1376875. OLE color: 1376875.

HSL color Cylindrical-coordinate representation of color #6B0215: hue angle of 349.14º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6B0215 is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 2 21 -
CMYK 0 0.98 0.80 0.58
HSL 349.14º 0.96% 0.21% -
HSV(B) 349.14º 0.98% 0.42% -
XYZ 6.22 3.22 1 -
YUV 35.56 119.79 178.96 -
System Red Green Blue C M Y K H S L
Decimal 107 2 21 0 0.98 0.80 0.58 349.14 0.96 0.21
Hex 6B 2 15 0 62 50 3A 15D 60 15
Octal 153 2 25 0 142 120 72 535 140 25
Binary 1101011 10 10101 0 1100010 1010000 111010 101011101 1100000 10101

Color Harmonies of #6B0215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0215

Black with #6B0215

Text Example


Text Example

White with #6B0215

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,2,21); }

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

background-color css

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

 a { background-color: rgb(107,2,21); }

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

border-color css

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

 span { border-color: rgb(107,2,21); }

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