#6F0423

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

Shades of Burgundy #6F0423

Tints of Burgundy #6F0423

Color information

#6F0423 (or 0x6F0423) is unknown color: approx Burgundy. HEX triplet: 6F, 04 and 23. RGB value is (111,4,35). Sum of RGB (Red+Green+Blue) = 111+4+35=150 (19% of max value = 765). Red value is 111 (43.75% from 255 or 74% from 150); Green value is 4 (1.95% from 255 or 2.67% from 150); Blue value is 35 (14.06% from 255 or 23.33% from 150); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0423 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0423 is #90FBDC. Grayscale: #272727. Windows color (decimal): -9501661 or 2294895. OLE color: 2294895.

HSL color Cylindrical-coordinate representation of color #6F0423: hue angle of 342.62º 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 #6F0423 is Cyan = 0, Magento = 0.96, Yellow = 0.68 and Black (K on CMYK) = 0.56.

Color convert

RGB111435-
CMYK00.960.680.56
HSL342.62º93.04%22.55%-
HSV(B)342.62º96.4%43.53%-
XYZ6.93.591.92-
YUV39.53125.45178.98-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 74%
GREEN value IS 4 (1.95% from 255) = 2.67%
BLUE value IS 35 (14.06% from 255) = 23.33%
R=74%
G=2.67%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.68
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11143500.960.680.56342.6293.0422.55
Hex6F42306044381575d17
Octal15744301401047052713527
Binary1101111100100011011000001000100111000101010111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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