#47232B

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

Shades of Bordeaux #47232B

Tints of Bordeaux #47232B

Color information

#47232B (or 0x47232B) is unknown color: approx Bordeaux. HEX triplet: 47, 23 and 2B. RGB value is (71,35,43). Sum of RGB (Red+Green+Blue) = 71+35+43=149 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.65% from 149); Green value is 35 (14.06% from 255 or 23.49% from 149); Blue value is 43 (17.19% from 255 or 28.86% from 149); Max value from RGB is 71 - color contains mainly: red. Hex color #47232B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47232B is #B8DCD4. Grayscale: #2E2E2E. Windows color (decimal): -12115157 or 2827079. OLE color: 2827079.

HSL color Cylindrical-coordinate representation of color #47232B: hue angle of 346.67º degrees, saturation: 0.34, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #47232B is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.72.

Color convert

RGB713543-
CMYK00.510.390.72
HSL346.67º33.96%20.78%-
HSV(B)346.67º50.7%27.84%-
XYZ3.642.722.62-
YUV46.68125.93145.35-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 47.65%
GREEN value IS 35 (14.06% from 255) = 23.49%
BLUE value IS 43 (17.19% from 255) = 28.86%
R=47.65%
G=23.49%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.39
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71354300.510.390.72346.6733.9620.78
Hex47232B033274815b2215
Octal1074353063471105334225
Binary10001111000111010110110011100111100100010101101110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47232B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47232B; }

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

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

<style>
 a { background-color: #47232B; }

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

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

<style>
 span { border-color: #47232B; }

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

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