#690428

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

Shades of Burgundy #690428

Tints of Burgundy #690428

Color information

#690428 (or 0x690428) is unknown color: approx Burgundy. HEX triplet: 69, 04 and 28. RGB value is (105,4,40). Sum of RGB (Red+Green+Blue) = 105+4+40=149 (19% of max value = 765). Red value is 105 (41.41% from 255 or 70.47% from 149); Green value is 4 (1.95% from 255 or 2.68% from 149); Blue value is 40 (16.02% from 255 or 26.85% from 149); Max value from RGB is 105 - color contains mainly: red. Hex color #690428 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690428 is #96FBD7. Grayscale: #262626. Windows color (decimal): -9894872 or 2622569. OLE color: 2622569.

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

Color convert

RGB105440-
CMYK00.960.620.59
HSL338.61º92.66%21.37%-
HSV(B)338.61º96.19%41.18%-
XYZ6.253.242.3-
YUV38.3128.96175.57-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 70.47%
GREEN value IS 4 (1.95% from 255) = 2.68%
BLUE value IS 40 (16.02% from 255) = 26.85%
R=70.47%
G=2.68%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.62
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10544000.960.620.59338.6192.6621.37
Hex694280603E3B1535d15
Octal1514500140767352313525
Binary110100110010100001100000111110111011101010011101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690428; }

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

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

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

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

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

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

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

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