Html Css Color HEX #6B0322 Burgundy

📋 copy color: '#6B0322'

red 107 ◦ green 3 ◦ blue 34

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

Shades of Burgundy #6B0322

Tints of Burgundy #6B0322

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.08%

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

R = 74.31%
G = 2.08%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.68

 K value IS 0.58

RGB Variations

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

Color information

#6B0322 (or 0x6B0322) is known color: Burgundy. HEX triplet: 6B, 03 and 22. RGB value is (107,3,34). Sum of RGB (Red+Green+Blue) = 107+3+34=144 (19% of max value = 765). Red value is 107 (42.19% from 255 or 74.31% from 144); Green value is 3 (1.56% from 255 or 2.08% from 144); Blue value is 34 (13.67% from 255 or 23.61% from 144); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0322 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B0322 is #94FCDD. Grayscale: #252525. Windows color (decimal): -9764062 or 2229099. OLE color: 2229099.

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

Color convert

RGB 107 3 34 -
CMYK 0 0.97 0.68 0.58
HSL 342.12º 0.95% 0.22% -
HSV(B) 342.12º 0.97% 0.42% -
XYZ 6.38 3.31 1.82 -
YUV 37.63 125.96 177.48 -
System Red Green Blue C M Y K H S L
Decimal 107 3 34 0 0.97 0.68 0.58 342.12 0.95 0.22
Hex 6B 3 22 0 61 44 3A 156 5F 16
Octal 153 3 42 0 141 104 72 526 137 26
Binary 1101011 11 100010 0 1100001 1000100 111010 101010110 1011111 10110

Color Harmonies of #6B0322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0322

Black with #6B0322

Text Example


Text Example

White with #6B0322

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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