Html Css Color HEX #6B0927 Burgundy

📋 copy color: '#6B0927'

red 107 ◦ green 9 ◦ blue 39

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

Shades of Burgundy #6B0927

Tints of Burgundy #6B0927

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.81%

 BLUE value IS 39 (15.63% from 255) = 25.16%

R = 69.03%
G = 5.81%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.64

 K value IS 0.58

RGB Variations

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

Color information

#6B0927 (or 0x6B0927) is known color: Burgundy. HEX triplet: 6B, 09 and 27. RGB value is (107,9,39). Sum of RGB (Red+Green+Blue) = 107+9+39=155 (20% of max value = 765). Red value is 107 (42.19% from 255 or 69.03% from 155); Green value is 9 (3.91% from 255 or 5.81% from 155); Blue value is 39 (15.62% from 255 or 25.16% from 155); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0927 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B0927 is #94F6D8. Grayscale: #292929. Windows color (decimal): -9762521 or 2558315. OLE color: 2558315.

HSL color Cylindrical-coordinate representation of color #6B0927: hue angle of 341.63º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6B0927 is Cyan = 0, Magento = 0.92, Yellow = 0.64 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 9 39 -
CMYK 0 0.92 0.64 0.58
HSL 341.63º 0.84% 0.23% -
HSV(B) 341.63º 0.92% 0.42% -
XYZ 6.53 3.47 2.24 -
YUV 41.72 126.47 174.56 -
System Red Green Blue C M Y K H S L
Decimal 107 9 39 0 0.92 0.64 0.58 341.63 0.84 0.23
Hex 6B 9 27 0 5C 40 3A 156 54 17
Octal 153 11 47 0 134 100 72 526 124 27
Binary 1101011 1001 100111 0 1011100 1000000 111010 101010110 1010100 10111

Color Harmonies of #6B0927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0927

Black with #6B0927

Text Example


Text Example

White with #6B0927

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,9,39); }

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

background-color css

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

 a { background-color: rgb(107,9,39); }

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

border-color css

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

 span { border-color: rgb(107,9,39); }

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