Html Css Color HEX #471424 Bordeaux

📋 copy color: '#471424'

red 71 ◦ green 20 ◦ blue 36

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

Shades of Bordeaux #471424

Tints of Bordeaux #471424

RGB

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

 GREEN value IS 20 (8.2% from 255) = 15.75%

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

R = 55.91%
G = 15.75%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.49

 K value IS 0.72

RGB Variations

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

Color information

#471424 (or 0x471424) is known color: Bordeaux. HEX triplet: 47, 14 and 24. RGB value is (71,20,36). Sum of RGB (Red+Green+Blue) = 71+20+36=127 (16% of max value = 765). Red value is 71 (28.12% from 255 or 55.91% from 127); Green value is 20 (8.20% from 255 or 15.75% from 127); Blue value is 36 (14.45% from 255 or 28.35% from 127); Max value from RGB is 71 - color contains mainly: red. Hex color #471424 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471424 is #B8EBDB. Grayscale: #252525. Windows color (decimal): -12119004 or 2364487. OLE color: 2364487.

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

Color convert

RGB 71 20 36 -
CMYK 0 0.72 0.49 0.72
HSL 341.18º 0.56% 0.18% -
HSV(B) 341.18º 0.72% 0.28% -
XYZ 3.17 1.97 1.88 -
YUV 37.07 127.4 152.2 -
System Red Green Blue C M Y K H S L
Decimal 71 20 36 0 0.72 0.49 0.72 341.18 0.56 0.18
Hex 47 14 24 0 48 31 48 155 38 12
Octal 107 24 44 0 110 61 110 525 70 22
Binary 1000111 10100 100100 0 1001000 110001 1001000 101010101 111000 10010

Color Harmonies of #471424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471424

Black with #471424

Text Example


Text Example

White with #471424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471424; }

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

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

background-color css

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

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

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

border-color css

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

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

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