Html Css Color HEX #6B0528 Burgundy

📋 copy color: '#6B0528'

red 107 ◦ green 5 ◦ blue 40

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

Shades of Burgundy #6B0528

Tints of Burgundy #6B0528

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.29%

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

R = 70.39%
G = 3.29%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.63

 K value IS 0.58

RGB Variations

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

Color information

#6B0528 (or 0x6B0528) is known color: Burgundy. HEX triplet: 6B, 05 and 28. RGB value is (107,5,40). Sum of RGB (Red+Green+Blue) = 107+5+40=152 (20% of max value = 765). Red value is 107 (42.19% from 255 or 70.39% from 152); Green value is 5 (2.34% from 255 or 3.29% from 152); Blue value is 40 (16.02% from 255 or 26.32% from 152); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0528 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B0528 is #94FAD7. Grayscale: #272727. Windows color (decimal): -9763544 or 2622827. OLE color: 2622827.

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

Color convert

RGB 107 5 40 -
CMYK 0 0.95 0.63 0.58
HSL 339.41º 0.91% 0.22% -
HSV(B) 339.41º 0.95% 0.42% -
XYZ 6.5 3.39 2.32 -
YUV 39.49 128.29 176.15 -
System Red Green Blue C M Y K H S L
Decimal 107 5 40 0 0.95 0.63 0.58 339.41 0.91 0.22
Hex 6B 5 28 0 5F 3F 3A 153 5B 16
Octal 153 5 50 0 137 77 72 523 133 26
Binary 1101011 101 101000 0 1011111 111111 111010 101010011 1011011 10110

Color Harmonies of #6B0528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0528

Black with #6B0528

Text Example


Text Example

White with #6B0528

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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