#4F031C

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

Shades of Bordeaux #4F031C

Tints of Bordeaux #4F031C

Color information

#4F031C (or 0x4F031C) is unknown color: approx Bordeaux. HEX triplet: 4F, 03 and 1C. RGB value is (79,3,28). Sum of RGB (Red+Green+Blue) = 79+3+28=110 (14% of max value = 765). Red value is 79 (31.25% from 255 or 71.82% from 110); Green value is 3 (1.56% from 255 or 2.73% from 110); Blue value is 28 (11.33% from 255 or 25.45% from 110); Max value from RGB is 79 - color contains mainly: red. Hex color #4F031C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F031C is #B0FCE3. Grayscale: #1C1C1C. Windows color (decimal): -11599076 or 1835855. OLE color: 1835855.

HSL color Cylindrical-coordinate representation of color #4F031C: hue angle of 340.26º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4F031C is Cyan = 0, Magento = 0.96, Yellow = 0.65 and Black (K on CMYK) = 0.69.

Color convert

RGB79328-
CMYK00.960.650.69
HSL340.26º92.68%16.08%-
HSV(B)340.26º96.2%30.98%-
XYZ3.471.811.27-
YUV28.57127.68163.97-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 71.82%
GREEN value IS 3 (1.56% from 255) = 2.73%
BLUE value IS 28 (11.33% from 255) = 25.45%
R=71.82%
G=2.73%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.65
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7932800.960.650.69340.2692.6816.08
Hex4F31C06041451545d10
Octal117334014010110552413520
Binary100111111111000110000010000011000101101010100101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F031C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,3,28); }

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

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

 a { background-color: rgb(79,3,28); }

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

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

 span { border-color: rgb(79,3,28); }

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