#4A0918

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

Shades of Bordeaux #4A0918

Tints of Bordeaux #4A0918

Color information

#4A0918 (or 0x4A0918) is unknown color: approx Bordeaux. HEX triplet: 4A, 09 and 18. RGB value is (74,9,24). Sum of RGB (Red+Green+Blue) = 74+9+24=107 (14% of max value = 765). Red value is 74 (29.30% from 255 or 69.16% from 107); Green value is 9 (3.91% from 255 or 8.41% from 107); Blue value is 24 (9.77% from 255 or 22.43% from 107); Max value from RGB is 74 - color contains mainly: red. Hex color #4A0918 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4A0918 is #B5F6E7. Grayscale: #1E1E1E. Windows color (decimal): -11925224 or 1575242. OLE color: 1575242.

HSL color Cylindrical-coordinate representation of color #4A0918: hue angle of 346.15º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4A0918 is Cyan = 0, Magento = 0.88, Yellow = 0.68 and Black (K on CMYK) = 0.71.

Color convert

RGB74924-
CMYK00.880.680.71
HSL346.15º78.31%16.27%-
HSV(B)346.15º87.84%29.02%-
XYZ3.091.721.03-
YUV30.14124.53159.28-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 69.16%
GREEN value IS 9 (3.91% from 255) = 8.41%
BLUE value IS 24 (9.77% from 255) = 22.43%
R=69.16%
G=8.41%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.68
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7492400.880.680.71346.1578.3116.27
Hex4A918058444715a4e10
Octal1121130013010410753211620
Binary10010101001110000101100010001001000111101011010100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A0918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A0918; }

 p { color: rgb(74,9,24); }

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

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

 a { background-color: rgb(74,9,24); }

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

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

 span { border-color: rgb(74,9,24); }

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