Html Css Color HEX #471924 Bordeaux

📋 copy color: '#471924'

red 71 ◦ green 25 ◦ blue 36

#471924
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bordeaux #471924

Tints of Bordeaux #471924

RGB

 RED value IS 71 (28.13% from 255) = 53.79%

 GREEN value IS 25 (10.16% from 255) = 18.94%

 BLUE value IS 36 (14.45% from 255) = 27.27%

R = 53.79%
G = 18.94%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.49

 K value IS 0.72

RGB Variations

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

Color information

#471924 (or 0x471924) is known color: Bordeaux. HEX triplet: 47, 19 and 24. RGB value is (71,25,36). Sum of RGB (Red+Green+Blue) = 71+25+36=132 (17% of max value = 765). Red value is 71 (28.12% from 255 or 53.79% from 132); Green value is 25 (10.16% from 255 or 18.94% from 132); Blue value is 36 (14.45% from 255 or 27.27% from 132); Max value from RGB is 71 - color contains mainly: red. Hex color #471924 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471924 is #B8E6DB. Grayscale: #282828. Windows color (decimal): -12117724 or 2365767. OLE color: 2365767.

HSL color Cylindrical-coordinate representation of color #471924: hue angle of 345.65º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #471924 is Cyan = 0, Magento = 0.65, Yellow = 0.49 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 25 36 -
CMYK 0 0.65 0.49 0.72
HSL 345.65º 0.48% 0.19% -
HSV(B) 345.65º 0.65% 0.28% -
XYZ 3.26 2.16 1.91 -
YUV 40.01 125.74 150.11 -
System Red Green Blue C M Y K H S L
Decimal 71 25 36 0 0.65 0.49 0.72 345.65 0.48 0.19
Hex 47 19 24 0 41 31 48 15A 30 13
Octal 107 31 44 0 101 61 110 532 60 23
Binary 1000111 11001 100100 0 1000001 110001 1001000 101011010 110000 10011

Color Harmonies of #471924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471924

Black with #471924

Text Example


Text Example

White with #471924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471924; }

 p { color: rgb(71,25,36); }

 H1.HeaderClassName
 {
   color: #471924;
 }
 .AnyTagClassName
 {
   color: #471924;
 }
</style>

background-color css

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

 a { background-color: rgb(71,25,36); }

 div.DivClassName
 {
   background-color: #471924;
 }
 .BgClassName
 {
   background-color: #471924;
 }
</style>

border-color css

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

 span { border-color: rgb(71,25,36); }

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