Html Css Color HEX #471E25 Bordeaux

📋 copy color: '#471E25'

red 71 ◦ green 30 ◦ blue 37

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

Shades of Bordeaux #471E25

Tints of Bordeaux #471E25

RGB

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

 GREEN value IS 30 (12.11% from 255) = 21.74%

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

R = 51.45%
G = 21.74%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.48

 K value IS 0.72

RGB Variations

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

Color information

#471E25 (or 0x471E25) is known color: Bordeaux. HEX triplet: 47, 1E and 25. RGB value is (71,30,37). Sum of RGB (Red+Green+Blue) = 71+30+37=138 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.45% from 138); Green value is 30 (12.11% from 255 or 21.74% from 138); Blue value is 37 (14.84% from 255 or 26.81% from 138); Max value from RGB is 71 - color contains mainly: red. Hex color #471E25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471E25 is #B8E1DA. Grayscale: #2B2B2B. Windows color (decimal): -12116443 or 2432583. OLE color: 2432583.

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

Color convert

RGB 71 30 37 -
CMYK 0 0.58 0.48 0.72
HSL 349.76º 0.41% 0.2% -
HSV(B) 349.76º 0.58% 0.28% -
XYZ 3.4 2.4 2.03 -
YUV 43.06 124.58 147.93 -
System Red Green Blue C M Y K H S L
Decimal 71 30 37 0 0.58 0.48 0.72 349.76 0.41 0.2
Hex 47 1E 25 0 3A 30 48 15E 29 14
Octal 107 36 45 0 72 60 110 536 51 24
Binary 1000111 11110 100101 0 111010 110000 1001000 101011110 101001 10100

Color Harmonies of #471E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471E25

Black with #471E25

Text Example


Text Example

White with #471E25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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