Html Css Color HEX #6B0321 Burgundy

📋 copy color: '#6B0321'

red 107 ◦ green 3 ◦ blue 33

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

Shades of Burgundy #6B0321

Tints of Burgundy #6B0321

RGB

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

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

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

R = 74.83%
G = 2.1%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.69

 K value IS 0.58

RGB Variations

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

Color information

#6B0321 (or 0x6B0321) is known color: Burgundy. HEX triplet: 6B, 03 and 21. RGB value is (107,3,33). Sum of RGB (Red+Green+Blue) = 107+3+33=143 (18% of max value = 765). Red value is 107 (42.19% from 255 or 74.83% from 143); Green value is 3 (1.56% from 255 or 2.10% from 143); Blue value is 33 (13.28% from 255 or 23.08% from 143); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0321 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B0321 is #94FCDE. Grayscale: #252525. Windows color (decimal): -9764063 or 2163563. OLE color: 2163563.

HSL color Cylindrical-coordinate representation of color #6B0321: hue angle of 342.69º 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 #6B0321 is Cyan = 0, Magento = 0.97, Yellow = 0.69 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 3 33 -
CMYK 0 0.97 0.69 0.58
HSL 342.69º 0.95% 0.22% -
HSV(B) 342.69º 0.97% 0.42% -
XYZ 6.37 3.3 1.74 -
YUV 37.52 125.46 177.56 -
System Red Green Blue C M Y K H S L
Decimal 107 3 33 0 0.97 0.69 0.58 342.69 0.95 0.22
Hex 6B 3 21 0 61 45 3A 157 5F 16
Octal 153 3 41 0 141 105 72 527 137 26
Binary 1101011 11 100001 0 1100001 1000101 111010 101010111 1011111 10110

Color Harmonies of #6B0321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0321

Black with #6B0321

Text Example


Text Example

White with #6B0321

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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