#471E23

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

Shades of Bordeaux #471E23

Tints of Bordeaux #471E23

Color information

#471E23 (or 0x471E23) is unknown color: approx Bordeaux. HEX triplet: 47, 1E and 23. RGB value is (71,30,35). Sum of RGB (Red+Green+Blue) = 71+30+35=136 (18% of max value = 765). Red value is 71 (28.12% from 255 or 52.21% from 136); Green value is 30 (12.11% from 255 or 22.06% from 136); Blue value is 35 (14.06% from 255 or 25.74% from 136); Max value from RGB is 71 - color contains mainly: red. Hex color #471E23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471E23 is #B8E1DC. Grayscale: #2A2A2A. Windows color (decimal): -12116445 or 2301511. OLE color: 2301511.

HSL color Cylindrical-coordinate representation of color #471E23: hue angle of 352.68º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #471E23 is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.72.

Color convert

RGB713035-
CMYK00.580.510.72
HSL352.68º40.59%19.8%-
HSV(B)352.68º57.75%27.84%-
XYZ3.372.391.87-
YUV42.83123.58148.09-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 52.21%
GREEN value IS 30 (12.11% from 255) = 22.06%
BLUE value IS 35 (14.06% from 255) = 25.74%
R=52.21%
G=22.06%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.51
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71303500.580.510.72352.6840.5919.8
Hex471E2303A33481612914
Octal1073643072631105415124
Binary1000111111101000110111010110011100100010110000110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471E23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471E23; }

 p { color: rgb(71,30,35); }

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

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

 a { background-color: rgb(71,30,35); }

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

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

 span { border-color: rgb(71,30,35); }

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