Html Css Color HEX #6B030B Burgundy

📋 copy color: '#6B030B'

red 107 ◦ green 3 ◦ blue 11

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

Shades of Burgundy #6B030B

Tints of Burgundy #6B030B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 9.09%

R = 88.43%
G = 2.48%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.90

 K value IS 0.58

RGB Variations

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

Color information

#6B030B (or 0x6B030B) is known color: Burgundy. HEX triplet: 6B, 03 and 0B. RGB value is (107,3,11). Sum of RGB (Red+Green+Blue) = 107+3+11=121 (16% of max value = 765). Red value is 107 (42.19% from 255 or 88.43% from 121); Green value is 3 (1.56% from 255 or 2.48% from 121); Blue value is 11 (4.69% from 255 or 9.09% from 121); Max value from RGB is 107 - color contains mainly: red. Hex color #6B030B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B030B is #94FCF4. Grayscale: #232323. Windows color (decimal): -9764085 or 721771. OLE color: 721771.

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

Color convert

RGB 107 3 11 -
CMYK 0 0.97 0.90 0.58
HSL 355.38º 0.95% 0.22% -
HSV(B) 355.38º 0.97% 0.42% -
XYZ 6.16 3.22 0.61 -
YUV 35.01 114.46 179.35 -
System Red Green Blue C M Y K H S L
Decimal 107 3 11 0 0.97 0.90 0.58 355.38 0.95 0.22
Hex 6B 3 B 0 61 5A 3A 163 5F 16
Octal 153 3 13 0 141 132 72 543 137 26
Binary 1101011 11 1011 0 1100001 1011010 111010 101100011 1011111 10110

Color Harmonies of #6B030B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B030B

Black with #6B030B

Text Example


Text Example

White with #6B030B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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