Html Css Color HEX #471F27 Bordeaux

📋 copy color: '#471F27'

red 71 ◦ green 31 ◦ blue 39

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

Shades of Bordeaux #471F27

Tints of Bordeaux #471F27

RGB

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

 GREEN value IS 31 (12.5% from 255) = 21.99%

 BLUE value IS 39 (15.63% from 255) = 27.66%

R = 50.35%
G = 21.99%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.45

 K value IS 0.72

RGB Variations

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

Color information

#471F27 (or 0x471F27) is known color: Bordeaux. HEX triplet: 47, 1F and 27. RGB value is (71,31,39). Sum of RGB (Red+Green+Blue) = 71+31+39=141 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.35% from 141); Green value is 31 (12.5% from 255 or 21.99% from 141); Blue value is 39 (15.62% from 255 or 27.66% from 141); Max value from RGB is 71 - color contains mainly: red. Hex color #471F27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471F27 is #B8E0D8. Grayscale: #2B2B2B. Windows color (decimal): -12116185 or 2563911. OLE color: 2563911.

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

Color convert

RGB 71 31 39 -
CMYK 0 0.56 0.45 0.72
HSL 348º 0.39% 0.2% -
HSV(B) 348º 0.56% 0.28% -
XYZ 3.45 2.47 2.21 -
YUV 43.87 125.25 147.35 -
System Red Green Blue C M Y K H S L
Decimal 71 31 39 0 0.56 0.45 0.72 348 0.39 0.2
Hex 47 1F 27 0 38 2D 48 15C 27 14
Octal 107 37 47 0 70 55 110 534 47 24
Binary 1000111 11111 100111 0 111000 101101 1001000 101011100 100111 10100

Color Harmonies of #471F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471F27

Black with #471F27

Text Example


Text Example

White with #471F27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,31,39); }

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

background-color css

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

 a { background-color: rgb(71,31,39); }

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

border-color css

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

 span { border-color: rgb(71,31,39); }

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