Html Css Color HEX #471324 Bordeaux

📋 copy color: '#471324'

red 71 ◦ green 19 ◦ blue 36

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

Shades of Bordeaux #471324

Tints of Bordeaux #471324

RGB

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

 GREEN value IS 19 (7.81% from 255) = 15.08%

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

R = 56.35%
G = 15.08%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.49

 K value IS 0.72

RGB Variations

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

Color information

#471324 (or 0x471324) is known color: Bordeaux. HEX triplet: 47, 13 and 24. RGB value is (71,19,36). Sum of RGB (Red+Green+Blue) = 71+19+36=126 (16% of max value = 765). Red value is 71 (28.12% from 255 or 56.35% from 126); Green value is 19 (7.81% from 255 or 15.08% from 126); Blue value is 36 (14.45% from 255 or 28.57% from 126); Max value from RGB is 71 - color contains mainly: red. Hex color #471324 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471324 is #B8ECDB. Grayscale: #242424. Windows color (decimal): -12119260 or 2364231. OLE color: 2364231.

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

Color convert

RGB 71 19 36 -
CMYK 0 0.73 0.49 0.72
HSL 340.38º 0.58% 0.18% -
HSV(B) 340.38º 0.73% 0.28% -
XYZ 3.15 1.93 1.88 -
YUV 36.49 127.73 152.62 -
System Red Green Blue C M Y K H S L
Decimal 71 19 36 0 0.73 0.49 0.72 340.38 0.58 0.18
Hex 47 13 24 0 49 31 48 154 3A 12
Octal 107 23 44 0 111 61 110 524 72 22
Binary 1000111 10011 100100 0 1001001 110001 1001000 101010100 111010 10010

Color Harmonies of #471324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471324

Black with #471324

Text Example


Text Example

White with #471324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471324; }

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

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

background-color css

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

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

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

border-color css

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

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

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