#420319

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

Shades of Bordeaux #420319

Tints of Bordeaux #420319

Color information

#420319 (or 0x420319) is unknown color: approx Bordeaux. HEX triplet: 42, 03 and 19. RGB value is (66,3,25). Sum of RGB (Red+Green+Blue) = 66+3+25=94 (12% of max value = 765). Red value is 66 (26.17% from 255 or 70.21% from 94); Green value is 3 (1.56% from 255 or 3.19% from 94); Blue value is 25 (10.16% from 255 or 26.60% from 94); Max value from RGB is 66 - color contains mainly: red. Hex color #420319 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420319 is #BDFCE6. Grayscale: #181818. Windows color (decimal): -12451047 or 1639234. OLE color: 1639234.

HSL color Cylindrical-coordinate representation of color #420319: hue angle of 339.05º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #420319 is Cyan = 0, Magento = 0.95, Yellow = 0.62 and Black (K on CMYK) = 0.74.

Color convert

RGB66325-
CMYK00.950.620.74
HSL339.05º91.3%13.53%-
HSV(B)339.05º95.45%25.88%-
XYZ2.451.291.04-
YUV24.34128.37157.71-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 70.21%
GREEN value IS 3 (1.56% from 255) = 3.19%
BLUE value IS 25 (10.16% from 255) = 26.60%
R=70.21%
G=3.19%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.62
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6632500.950.620.74339.0591.313.53
Hex4231905F3E4A1535be
Octal10233101377611252313316
Binary1000010111100101011111111110100101010101001110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420319; }

 p { color: rgb(66,3,25); }

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

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

 a { background-color: rgb(66,3,25); }

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

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

 span { border-color: rgb(66,3,25); }

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