Html Css Color HEX #471724 Bordeaux

📋 copy color: '#471724'

red 71 ◦ green 23 ◦ blue 36

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

Shades of Bordeaux #471724

Tints of Bordeaux #471724

RGB

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

 GREEN value IS 23 (9.38% from 255) = 17.69%

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

R = 54.62%
G = 17.69%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.49

 K value IS 0.72

RGB Variations

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

Color information

#471724 (or 0x471724) is known color: Bordeaux. HEX triplet: 47, 17 and 24. RGB value is (71,23,36). Sum of RGB (Red+Green+Blue) = 71+23+36=130 (17% of max value = 765). Red value is 71 (28.12% from 255 or 54.62% from 130); Green value is 23 (9.38% from 255 or 17.69% from 130); Blue value is 36 (14.45% from 255 or 27.69% from 130); Max value from RGB is 71 - color contains mainly: red. Hex color #471724 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471724 is #B8E8DB. Grayscale: #262626. Windows color (decimal): -12118236 or 2365255. OLE color: 2365255.

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

Color convert

RGB 71 23 36 -
CMYK 0 0.68 0.49 0.72
HSL 343.75º 0.51% 0.18% -
HSV(B) 343.75º 0.68% 0.28% -
XYZ 3.22 2.08 1.9 -
YUV 38.83 126.4 150.94 -
System Red Green Blue C M Y K H S L
Decimal 71 23 36 0 0.68 0.49 0.72 343.75 0.51 0.18
Hex 47 17 24 0 44 31 48 158 33 12
Octal 107 27 44 0 104 61 110 530 63 22
Binary 1000111 10111 100100 0 1000100 110001 1001000 101011000 110011 10010

Color Harmonies of #471724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471724

Black with #471724

Text Example


Text Example

White with #471724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471724; }

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

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

background-color css

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

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

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

border-color css

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

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

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