#6F0227

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

Shades of Burgundy #6F0227

Tints of Burgundy #6F0227

Color information

#6F0227 (or 0x6F0227) is unknown color: approx Burgundy. HEX triplet: 6F, 02 and 27. RGB value is (111,2,39). Sum of RGB (Red+Green+Blue) = 111+2+39=152 (20% of max value = 765). Red value is 111 (43.75% from 255 or 73.03% from 152); Green value is 2 (1.17% from 255 or 1.32% from 152); Blue value is 39 (15.62% from 255 or 25.66% from 152); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0227 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0227 is #90FDD8. Grayscale: #262626. Windows color (decimal): -9502169 or 2556527. OLE color: 2556527.

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

Color convert

RGB111239-
CMYK00.980.650.56
HSL339.63º96.46%22.16%-
HSV(B)339.63º98.2%43.53%-
XYZ6.943.572.24-
YUV38.81128.11179.49-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 73.03%
GREEN value IS 2 (1.17% from 255) = 1.32%
BLUE value IS 39 (15.62% from 255) = 25.66%
R=73.03%
G=1.32%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11123900.980.650.56339.6396.4622.16
Hex6F22706241381546016
Octal15724701421017052414026
Binary110111110100111011000101000001111000101010100110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,2,39); }

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

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

 a { background-color: rgb(111,2,39); }

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

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

 span { border-color: rgb(111,2,39); }

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