#4F1826

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

Shades of Bordeaux #4F1826

Tints of Bordeaux #4F1826

Color information

#4F1826 (or 0x4F1826) is unknown color: approx Bordeaux. HEX triplet: 4F, 18 and 26. RGB value is (79,24,38). Sum of RGB (Red+Green+Blue) = 79+24+38=141 (18% of max value = 765). Red value is 79 (31.25% from 255 or 56.03% from 141); Green value is 24 (9.77% from 255 or 17.02% from 141); Blue value is 38 (15.23% from 255 or 26.95% from 141); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1826 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F1826 is #B0E7D9. Grayscale: #2A2A2A. Windows color (decimal): -11593690 or 2496591. OLE color: 2496591.

HSL color Cylindrical-coordinate representation of color #4F1826: hue angle of 344.73º degrees, saturation: 0.53, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4F1826 is Cyan = 0, Magento = 0.70, Yellow = 0.52 and Black (K on CMYK) = 0.69.

Color convert

RGB792438-
CMYK00.700.520.69
HSL344.73º53.4%20.2%-
HSV(B)344.73º69.62%30.98%-
XYZ3.92.462.1-
YUV42.04125.72154.36-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 56.03%
GREEN value IS 24 (9.77% from 255) = 17.02%
BLUE value IS 38 (15.23% from 255) = 26.95%
R=56.03%
G=17.02%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.52
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79243800.700.520.69344.7353.420.2
Hex4F182604634451593514
Octal11730460106641055316524
Binary10011111100010011001000110110100100010110101100111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,24,38); }

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

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

 a { background-color: rgb(79,24,38); }

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

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

 span { border-color: rgb(79,24,38); }

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