Html Css Color HEX #6B0128 Burgundy

📋 copy color: '#6B0128'

red 107 ◦ green 1 ◦ blue 40

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

Shades of Burgundy #6B0128

Tints of Burgundy #6B0128

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.68%

 BLUE value IS 40 (16.02% from 255) = 27.03%

R = 72.3%
G = 0.68%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.63

 K value IS 0.58

RGB Variations

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

Color information

#6B0128 (or 0x6B0128) is known color: Burgundy. HEX triplet: 6B, 01 and 28. RGB value is (107,1,40). Sum of RGB (Red+Green+Blue) = 107+1+40=148 (19% of max value = 765). Red value is 107 (42.19% from 255 or 72.30% from 148); Green value is 1 (0.78% from 255 or 0.68% from 148); Blue value is 40 (16.02% from 255 or 27.03% from 148); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0128 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B0128 is #94FED7. Grayscale: #252525. Windows color (decimal): -9764568 or 2621803. OLE color: 2621803.

HSL color Cylindrical-coordinate representation of color #6B0128: hue angle of 337.92º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6B0128 is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 1 40 -
CMYK 0 0.99 0.63 0.58
HSL 337.92º 0.98% 0.21% -
HSV(B) 337.92º 0.99% 0.42% -
XYZ 6.46 3.3 2.3 -
YUV 37.14 129.62 177.83 -
System Red Green Blue C M Y K H S L
Decimal 107 1 40 0 0.99 0.63 0.58 337.92 0.98 0.21
Hex 6B 1 28 0 63 3F 3A 152 62 15
Octal 153 1 50 0 143 77 72 522 142 25
Binary 1101011 1 101000 0 1100011 111111 111010 101010010 1100010 10101

Color Harmonies of #6B0128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0128

Black with #6B0128

Text Example


Text Example

White with #6B0128

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,1,40); }

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

background-color css

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

 a { background-color: rgb(107,1,40); }

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

border-color css

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

 span { border-color: rgb(107,1,40); }

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