Html Css Color HEX #6B0222 Burgundy

📋 copy color: '#6B0222'

red 107 ◦ green 2 ◦ blue 34

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

Shades of Burgundy #6B0222

Tints of Burgundy #6B0222

RGB

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

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

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

R = 74.83%
G = 1.4%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.68

 K value IS 0.58

RGB Variations

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

Color information

#6B0222 (or 0x6B0222) is known color: Burgundy. HEX triplet: 6B, 02 and 22. RGB value is (107,2,34). Sum of RGB (Red+Green+Blue) = 107+2+34=143 (18% of max value = 765). Red value is 107 (42.19% from 255 or 74.83% from 143); Green value is 2 (1.17% from 255 or 1.40% from 143); Blue value is 34 (13.67% from 255 or 23.78% from 143); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0222 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B0222 is #94FDDD. Grayscale: #252525. Windows color (decimal): -9764318 or 2228843. OLE color: 2228843.

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

Color convert

RGB 107 2 34 -
CMYK 0 0.98 0.68 0.58
HSL 341.71º 0.96% 0.21% -
HSV(B) 341.71º 0.98% 0.42% -
XYZ 6.37 3.28 1.81 -
YUV 37.04 126.29 177.9 -
System Red Green Blue C M Y K H S L
Decimal 107 2 34 0 0.98 0.68 0.58 341.71 0.96 0.21
Hex 6B 2 22 0 62 44 3A 156 60 15
Octal 153 2 42 0 142 104 72 526 140 25
Binary 1101011 10 100010 0 1100010 1000100 111010 101010110 1100000 10101

Color Harmonies of #6B0222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0222

Black with #6B0222

Text Example


Text Example

White with #6B0222

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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