Html Css Color HEX #6B0022 Burgundy

📋 copy color: '#6B0022'

red 107 ◦ green 0 ◦ blue 34

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

Shades of Burgundy #6B0022

Tints of Burgundy #6B0022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 24.11%

R = 75.89%
G = 0%
B = 24.11%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.68

 K value IS 0.58

RGB Variations

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

Color information

#6B0022 (or 0x6B0022) is known color: Burgundy. HEX triplet: 6B, 00 and 22. RGB value is (107,0,34). Sum of RGB (Red+Green+Blue) = 107+0+34=141 (18% of max value = 765). Red value is 107 (42.19% from 255 or 75.89% from 141); Green value is 0 (0.39% from 255 or 0% from 141); Blue value is 34 (13.67% from 255 or 24.11% from 141); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0022 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B0022 is #94FFDD. Grayscale: #232323. Windows color (decimal): -9764830 or 2228331. OLE color: 2228331.

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

Color convert

RGB 107 0 34 -
CMYK 0 1 0.68 0.58
HSL 340.93º 1% 0.21% -
HSV(B) 340.93º 1% 0.42% -
XYZ 6.35 3.24 1.8 -
YUV 35.87 126.95 178.74 -
System Red Green Blue C M Y K H S L
Decimal 107 0 34 0 1 0.68 0.58 340.93 1 0.21
Hex 6B 0 22 0 64 44 3A 155 64 15
Octal 153 0 42 0 144 104 72 525 144 25
Binary 1101011 0 100010 0 1100100 1000100 111010 101010101 1100100 10101

Color Harmonies of #6B0022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0022

Black with #6B0022

Text Example


Text Example

White with #6B0022

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,0,34); }

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

background-color css

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

 a { background-color: rgb(107,0,34); }

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

border-color css

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

 span { border-color: rgb(107,0,34); }

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