#581427

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

Shades of Bordeaux #581427

Tints of Bordeaux #581427

Color information

#581427 (or 0x581427) is unknown color: approx Bordeaux. HEX triplet: 58, 14 and 27. RGB value is (88,20,39). Sum of RGB (Red+Green+Blue) = 88+20+39=147 (19% of max value = 765). Red value is 88 (34.77% from 255 or 59.86% from 147); Green value is 20 (8.20% from 255 or 13.61% from 147); Blue value is 39 (15.62% from 255 or 26.53% from 147); Max value from RGB is 88 - color contains mainly: red. Hex color #581427 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581427 is #A7EBD8. Grayscale: #2A2A2A. Windows color (decimal): -11004889 or 2561112. OLE color: 2561112.

HSL color Cylindrical-coordinate representation of color #581427: hue angle of 343.24º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #581427 is Cyan = 0, Magento = 0.77, Yellow = 0.56 and Black (K on CMYK) = 0.65.

Color convert

RGB882039-
CMYK00.770.560.65
HSL343.24º62.96%21.18%-
HSV(B)343.24º77.27%34.51%-
XYZ4.642.722.2-
YUV42.5126.03160.46-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 59.86%
GREEN value IS 20 (8.20% from 255) = 13.61%
BLUE value IS 39 (15.62% from 255) = 26.53%
R=59.86%
G=13.61%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.56
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88203900.770.560.65343.2462.9621.18
Hex58142704D38411573f15
Octal13024470115701015277725
Binary10110001010010011101001101111000100000110101011111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581427; }

 p { color: rgb(88,20,39); }

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

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

 a { background-color: rgb(88,20,39); }

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

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

 span { border-color: rgb(88,20,39); }

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