Html Css Color HEX #6B0422 Burgundy

📋 copy color: '#6B0422'

red 107 ◦ green 4 ◦ blue 34

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

Shades of Burgundy #6B0422

Tints of Burgundy #6B0422

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.76%

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

R = 73.79%
G = 2.76%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.68

 K value IS 0.58

RGB Variations

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

Color information

#6B0422 (or 0x6B0422) is known color: Burgundy. HEX triplet: 6B, 04 and 22. RGB value is (107,4,34). Sum of RGB (Red+Green+Blue) = 107+4+34=145 (19% of max value = 765). Red value is 107 (42.19% from 255 or 73.79% from 145); Green value is 4 (1.95% from 255 or 2.76% from 145); Blue value is 34 (13.67% from 255 or 23.45% from 145); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0422 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B0422 is #94FBDD. Grayscale: #262626. Windows color (decimal): -9763806 or 2229355. OLE color: 2229355.

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

Color convert

RGB 107 4 34 -
CMYK 0 0.96 0.68 0.58
HSL 342.52º 0.93% 0.22% -
HSV(B) 342.52º 0.96% 0.42% -
XYZ 6.4 3.33 1.82 -
YUV 38.22 125.62 177.06 -
System Red Green Blue C M Y K H S L
Decimal 107 4 34 0 0.96 0.68 0.58 342.52 0.93 0.22
Hex 6B 4 22 0 60 44 3A 157 5D 16
Octal 153 4 42 0 140 104 72 527 135 26
Binary 1101011 100 100010 0 1100000 1000100 111010 101010111 1011101 10110

Color Harmonies of #6B0422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0422

Black with #6B0422

Text Example


Text Example

White with #6B0422

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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