#690228

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

Shades of Burgundy #690228

Tints of Burgundy #690228

Color information

#690228 (or 0x690228) is unknown color: approx Burgundy. HEX triplet: 69, 02 and 28. RGB value is (105,2,40). Sum of RGB (Red+Green+Blue) = 105+2+40=147 (19% of max value = 765). Red value is 105 (41.41% from 255 or 71.43% from 147); Green value is 2 (1.17% from 255 or 1.36% from 147); Blue value is 40 (16.02% from 255 or 27.21% from 147); Max value from RGB is 105 - color contains mainly: red. Hex color #690228 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690228 is #96FDD7. Grayscale: #252525. Windows color (decimal): -9895384 or 2622057. OLE color: 2622057.

HSL color Cylindrical-coordinate representation of color #690228: hue angle of 337.86º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #690228 is Cyan = 0, Magento = 0.98, Yellow = 0.62 and Black (K on CMYK) = 0.59.

Color convert

RGB105240-
CMYK00.980.620.59
HSL337.86º96.26%20.98%-
HSV(B)337.86º98.1%41.18%-
XYZ6.233.22.3-
YUV37.13129.62176.41-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 71.43%
GREEN value IS 2 (1.17% from 255) = 1.36%
BLUE value IS 40 (16.02% from 255) = 27.21%
R=71.43%
G=1.36%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.62
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10524000.980.620.59337.8696.2620.98
Hex692280623E3B1526015
Octal1512500142767352214025
Binary11010011010100001100010111110111011101010010110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690228; }

 p { color: rgb(105,2,40); }

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

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

 a { background-color: rgb(105,2,40); }

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

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

 span { border-color: rgb(105,2,40); }

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