Html Css Color HEX #471A25 Bordeaux

📋 copy color: '#471A25'

red 71 ◦ green 26 ◦ blue 37

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

Shades of Bordeaux #471A25

Tints of Bordeaux #471A25

RGB

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

 GREEN value IS 26 (10.55% from 255) = 19.4%

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

R = 52.99%
G = 19.4%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.48

 K value IS 0.72

RGB Variations

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

Color information

#471A25 (or 0x471A25) is known color: Bordeaux. HEX triplet: 47, 1A and 25. RGB value is (71,26,37). Sum of RGB (Red+Green+Blue) = 71+26+37=134 (17% of max value = 765). Red value is 71 (28.12% from 255 or 52.99% from 134); Green value is 26 (10.55% from 255 or 19.40% from 134); Blue value is 37 (14.84% from 255 or 27.61% from 134); Max value from RGB is 71 - color contains mainly: red. Hex color #471A25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471A25 is #B8E5DA. Grayscale: #282828. Windows color (decimal): -12117467 or 2431559. OLE color: 2431559.

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

Color convert

RGB 71 26 37 -
CMYK 0 0.63 0.48 0.72
HSL 345.33º 0.46% 0.19% -
HSV(B) 345.33º 0.63% 0.28% -
XYZ 3.3 2.21 2 -
YUV 40.71 125.91 149.61 -
System Red Green Blue C M Y K H S L
Decimal 71 26 37 0 0.63 0.48 0.72 345.33 0.46 0.19
Hex 47 1A 25 0 3F 30 48 159 2E 13
Octal 107 32 45 0 77 60 110 531 56 23
Binary 1000111 11010 100101 0 111111 110000 1001000 101011001 101110 10011

Color Harmonies of #471A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471A25

Black with #471A25

Text Example


Text Example

White with #471A25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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