Html Css Color HEX #6A001B Burgundy

📋 copy color: '#6A001B'

red 106 ◦ green 0 ◦ blue 27

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

Shades of Burgundy #6A001B

Tints of Burgundy #6A001B

RGB

 RED value IS 106 (41.8% from 255) = 79.7%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 27 (10.94% from 255) = 20.3%

R = 79.7%
G = 0%
B = 20.3%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.75

 K value IS 0.58

RGB Variations

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

Color information

#6A001B (or 0x6A001B) is known color: Burgundy. HEX triplet: 6A, 00 and 1B. RGB value is (106,0,27). Sum of RGB (Red+Green+Blue) = 106+0+27=133 (17% of max value = 765). Red value is 106 (41.80% from 255 or 79.70% from 133); Green value is 0 (0.39% from 255 or 0% from 133); Blue value is 27 (10.94% from 255 or 20.30% from 133); Max value from RGB is 106 - color contains mainly: red. Hex color #6A001B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A001B is #95FFE4. Grayscale: #222222. Windows color (decimal): -9830373 or 1769578. OLE color: 1769578.

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

Color convert

RGB 106 0 27 -
CMYK 0 1 0.75 0.58
HSL 344.72º 1% 0.21% -
HSV(B) 344.72º 1% 0.42% -
XYZ 6.14 3.14 1.32 -
YUV 34.77 123.62 178.8 -
System Red Green Blue C M Y K H S L
Decimal 106 0 27 0 1 0.75 0.58 344.72 1 0.21
Hex 6A 0 1B 0 64 4B 3A 159 64 15
Octal 152 0 33 0 144 113 72 531 144 25
Binary 1101010 0 11011 0 1100100 1001011 111010 101011001 1100100 10101

Color Harmonies of #6A001B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A001B

Black with #6A001B

Text Example


Text Example

White with #6A001B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,0,27); }

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

background-color css

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

 a { background-color: rgb(106,0,27); }

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

border-color css

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

 span { border-color: rgb(106,0,27); }

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