#6F002A

Color #6F002A Burgundy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burgundy #6F002A

Tints of Burgundy #6F002A

Color information

#6F002A (or 0x6F002A) is unknown color: approx Burgundy. HEX triplet: 6F, 00 and 2A. RGB value is (111,0,42). Sum of RGB (Red+Green+Blue) = 111+0+42=153 (20% of max value = 765). Red value is 111 (43.75% from 255 or 72.55% from 153); Green value is 0 (0.39% from 255 or 0% from 153); Blue value is 42 (16.80% from 255 or 27.45% from 153); Max value from RGB is 111 - color contains mainly: red. Hex color #6F002A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F002A is #90FFD5. Grayscale: #252525. Windows color (decimal): -9502678 or 2752623. OLE color: 2752623.

HSL color Cylindrical-coordinate representation of color #6F002A: hue angle of 337.3º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6F002A is Cyan = 0, Magento = 1, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB111042-
CMYK010.620.56
HSL337.3º100%21.76%-
HSV(B)337.3º100%43.53%-
XYZ6.973.552.51-
YUV37.98130.27180.08-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 72.55%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 42 (16.80% from 255) = 27.45%
R=72.55%
G=0%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.62
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111042010.620.56337.310021.76
Hex6F02A0643E381516416
Octal1570520144767052114426
Binary1101111010101001100100111110111000101010001110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F002A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,0,42); }

 H1.HeaderClassName
 {
   color: #6F002A;
 }
 .AnyTagClassName
 {
   color: #6F002A;
 }
</style>
background-color css

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

 a { background-color: rgb(111,0,42); }

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

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

 span { border-color: rgb(111,0,42); }

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