#4F1A21

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

Shades of Bordeaux #4F1A21

Tints of Bordeaux #4F1A21

Color information

#4F1A21 (or 0x4F1A21) is unknown color: approx Bordeaux. HEX triplet: 4F, 1A and 21. RGB value is (79,26,33). Sum of RGB (Red+Green+Blue) = 79+26+33=138 (18% of max value = 765). Red value is 79 (31.25% from 255 or 57.25% from 138); Green value is 26 (10.55% from 255 or 18.84% from 138); Blue value is 33 (13.28% from 255 or 23.91% from 138); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1A21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F1A21 is #B0E5DE. Grayscale: #2A2A2A. Windows color (decimal): -11593183 or 2169423. OLE color: 2169423.

HSL color Cylindrical-coordinate representation of color #4F1A21: hue angle of 352.08º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4F1A21 is Cyan = 0, Magento = 0.67, Yellow = 0.58 and Black (K on CMYK) = 0.69.

Color convert

RGB792633-
CMYK00.670.580.69
HSL352.08º50.48%20.59%-
HSV(B)352.08º67.09%30.98%-
XYZ3.872.511.72-
YUV42.64122.56153.93-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 57.25%
GREEN value IS 26 (10.55% from 255) = 18.84%
BLUE value IS 33 (13.28% from 255) = 23.91%
R=57.25%
G=18.84%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.58
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79263300.670.580.69352.0850.4820.59
Hex4F1A210433A451603215
Octal11732410103721055406225
Binary10011111101010000101000011111010100010110110000011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,26,33); }

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

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

 a { background-color: rgb(79,26,33); }

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

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

 span { border-color: rgb(79,26,33); }

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