Html Css Color HEX #471F25 Bordeaux

📋 copy color: '#471F25'

red 71 ◦ green 31 ◦ blue 37

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

Shades of Bordeaux #471F25

Tints of Bordeaux #471F25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 26.62%

R = 51.08%
G = 22.3%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.48

 K value IS 0.72

RGB Variations

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

Color information

#471F25 (or 0x471F25) is known color: Bordeaux. HEX triplet: 47, 1F and 25. RGB value is (71,31,37). Sum of RGB (Red+Green+Blue) = 71+31+37=139 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.08% from 139); Green value is 31 (12.5% from 255 or 22.30% from 139); Blue value is 37 (14.84% from 255 or 26.62% from 139); Max value from RGB is 71 - color contains mainly: red. Hex color #471F25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471F25 is #B8E0DA. Grayscale: #2B2B2B. Windows color (decimal): -12116187 or 2432839. OLE color: 2432839.

HSL color Cylindrical-coordinate representation of color #471F25: hue angle of 351º 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 #471F25 is Cyan = 0, Magento = 0.56, Yellow = 0.48 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 31 37 -
CMYK 0 0.56 0.48 0.72
HSL 351º 0.39% 0.2% -
HSV(B) 351º 0.56% 0.28% -
XYZ 3.42 2.45 2.04 -
YUV 43.64 124.25 147.51 -
System Red Green Blue C M Y K H S L
Decimal 71 31 37 0 0.56 0.48 0.72 351 0.39 0.2
Hex 47 1F 25 0 38 30 48 15F 27 14
Octal 107 37 45 0 70 60 110 537 47 24
Binary 1000111 11111 100101 0 111000 110000 1001000 101011111 100111 10100

Color Harmonies of #471F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471F25

Black with #471F25

Text Example


Text Example

White with #471F25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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