Html Css Color HEX #471824 Bordeaux

📋 copy color: '#471824'

red 71 ◦ green 24 ◦ blue 36

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

Shades of Bordeaux #471824

Tints of Bordeaux #471824

RGB

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

 GREEN value IS 24 (9.77% from 255) = 18.32%

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

R = 54.2%
G = 18.32%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.49

 K value IS 0.72

RGB Variations

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

Color information

#471824 (or 0x471824) is known color: Bordeaux. HEX triplet: 47, 18 and 24. RGB value is (71,24,36). Sum of RGB (Red+Green+Blue) = 71+24+36=131 (17% of max value = 765). Red value is 71 (28.12% from 255 or 54.20% from 131); Green value is 24 (9.77% from 255 or 18.32% from 131); Blue value is 36 (14.45% from 255 or 27.48% from 131); Max value from RGB is 71 - color contains mainly: red. Hex color #471824 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471824 is #B8E7DB. Grayscale: #272727. Windows color (decimal): -12117980 or 2365511. OLE color: 2365511.

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

Color convert

RGB 71 24 36 -
CMYK 0 0.66 0.49 0.72
HSL 344.68º 0.49% 0.19% -
HSV(B) 344.68º 0.66% 0.28% -
XYZ 3.24 2.12 1.91 -
YUV 39.42 126.07 150.52 -
System Red Green Blue C M Y K H S L
Decimal 71 24 36 0 0.66 0.49 0.72 344.68 0.49 0.19
Hex 47 18 24 0 42 31 48 159 31 13
Octal 107 30 44 0 102 61 110 531 61 23
Binary 1000111 11000 100100 0 1000010 110001 1001000 101011001 110001 10011

Color Harmonies of #471824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471824

Black with #471824

Text Example


Text Example

White with #471824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471824; }

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

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

background-color css

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

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

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

border-color css

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

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

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