#45071A

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

Shades of Bordeaux #45071A

Tints of Bordeaux #45071A

Color information

#45071A (or 0x45071A) is unknown color: approx Bordeaux. HEX triplet: 45, 07 and 1A. RGB value is (69,7,26). Sum of RGB (Red+Green+Blue) = 69+7+26=102 (13% of max value = 765). Red value is 69 (27.34% from 255 or 67.65% from 102); Green value is 7 (3.12% from 255 or 6.86% from 102); Blue value is 26 (10.55% from 255 or 25.49% from 102); Max value from RGB is 69 - color contains mainly: red. Hex color #45071A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #45071A is #BAF8E5. Grayscale: #1B1B1B. Windows color (decimal): -12253414 or 1705797. OLE color: 1705797.

HSL color Cylindrical-coordinate representation of color #45071A: hue angle of 341.61º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #45071A is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.73.

Color convert

RGB69726-
CMYK00.900.620.73
HSL341.61º81.58%14.9%-
HSV(B)341.61º89.86%27.06%-
XYZ2.721.491.12-
YUV27.7127.04157.46-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 67.65%
GREEN value IS 7 (3.12% from 255) = 6.86%
BLUE value IS 26 (10.55% from 255) = 25.49%
R=67.65%
G=6.86%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.62
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6972600.900.620.73341.6181.5814.9
Hex4571A05A3E4915652f
Octal10573201327611152612217
Binary10001011111101001011010111110100100110101011010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45071A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45071A; }

 p { color: rgb(69,7,26); }

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

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

 a { background-color: rgb(69,7,26); }

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

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

 span { border-color: rgb(69,7,26); }

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