Html Css Color HEX #471D24 Bordeaux

📋 copy color: '#471D24'

red 71 ◦ green 29 ◦ blue 36

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

Shades of Bordeaux #471D24

Tints of Bordeaux #471D24

RGB

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

 GREEN value IS 29 (11.72% from 255) = 21.32%

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

R = 52.21%
G = 21.32%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.49

 K value IS 0.72

RGB Variations

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

Color information

#471D24 (or 0x471D24) is known color: Bordeaux. HEX triplet: 47, 1D and 24. RGB value is (71,29,36). Sum of RGB (Red+Green+Blue) = 71+29+36=136 (18% of max value = 765). Red value is 71 (28.12% from 255 or 52.21% from 136); Green value is 29 (11.72% from 255 or 21.32% from 136); Blue value is 36 (14.45% from 255 or 26.47% from 136); Max value from RGB is 71 - color contains mainly: red. Hex color #471D24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471D24 is #B8E2DB. Grayscale: #2A2A2A. Windows color (decimal): -12116700 or 2366791. OLE color: 2366791.

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

Color convert

RGB 71 29 36 -
CMYK 0 0.59 0.49 0.72
HSL 350º 0.42% 0.2% -
HSV(B) 350º 0.59% 0.28% -
XYZ 3.36 2.35 1.94 -
YUV 42.36 124.41 148.43 -
System Red Green Blue C M Y K H S L
Decimal 71 29 36 0 0.59 0.49 0.72 350 0.42 0.2
Hex 47 1D 24 0 3B 31 48 15E 2A 14
Octal 107 35 44 0 73 61 110 536 52 24
Binary 1000111 11101 100100 0 111011 110001 1001000 101011110 101010 10100

Color Harmonies of #471D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471D24

Black with #471D24

Text Example


Text Example

White with #471D24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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