#6F0421

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

Shades of Burgundy #6F0421

Tints of Burgundy #6F0421

Color information

#6F0421 (or 0x6F0421) is unknown color: approx Burgundy. HEX triplet: 6F, 04 and 21. RGB value is (111,4,33). Sum of RGB (Red+Green+Blue) = 111+4+33=148 (19% of max value = 765). Red value is 111 (43.75% from 255 or 75% from 148); Green value is 4 (1.95% from 255 or 2.70% from 148); Blue value is 33 (13.28% from 255 or 22.30% from 148); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0421 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0421 is #90FBDE. Grayscale: #272727. Windows color (decimal): -9501663 or 2163823. OLE color: 2163823.

HSL color Cylindrical-coordinate representation of color #6F0421: hue angle of 343.74º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6F0421 is Cyan = 0, Magento = 0.96, Yellow = 0.70 and Black (K on CMYK) = 0.56.

Color convert

RGB111433-
CMYK00.960.700.56
HSL343.74º93.04%22.55%-
HSV(B)343.74º96.4%43.53%-
XYZ6.873.581.77-
YUV39.3124.45179.14-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 75%
GREEN value IS 4 (1.95% from 255) = 2.70%
BLUE value IS 33 (13.28% from 255) = 22.30%
R=75%
G=2.70%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.70
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11143300.960.700.56343.7493.0422.55
Hex6F42106046381585d17
Octal15744101401067053013527
Binary1101111100100001011000001000110111000101011000101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,4,33); }

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

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

 a { background-color: rgb(111,4,33); }

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

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

 span { border-color: rgb(111,4,33); }

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