Html Css Color HEX #471325 Bordeaux

📋 copy color: '#471325'

red 71 ◦ green 19 ◦ blue 37

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

Shades of Bordeaux #471325

Tints of Bordeaux #471325

RGB

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

 GREEN value IS 19 (7.81% from 255) = 14.96%

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

R = 55.91%
G = 14.96%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.48

 K value IS 0.72

RGB Variations

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

Color information

#471325 (or 0x471325) is known color: Bordeaux. HEX triplet: 47, 13 and 25. RGB value is (71,19,37). Sum of RGB (Red+Green+Blue) = 71+19+37=127 (16% of max value = 765). Red value is 71 (28.12% from 255 or 55.91% from 127); Green value is 19 (7.81% from 255 or 14.96% from 127); Blue value is 37 (14.84% from 255 or 29.13% from 127); Max value from RGB is 71 - color contains mainly: red. Hex color #471325 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471325 is #B8ECDA. Grayscale: #242424. Windows color (decimal): -12119259 or 2429767. OLE color: 2429767.

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

Color convert

RGB 71 19 37 -
CMYK 0 0.73 0.48 0.72
HSL 339.23º 0.58% 0.18% -
HSV(B) 339.23º 0.73% 0.28% -
XYZ 3.17 1.94 1.96 -
YUV 36.6 128.23 152.54 -
System Red Green Blue C M Y K H S L
Decimal 71 19 37 0 0.73 0.48 0.72 339.23 0.58 0.18
Hex 47 13 25 0 49 30 48 153 3A 12
Octal 107 23 45 0 111 60 110 523 72 22
Binary 1000111 10011 100101 0 1001001 110000 1001000 101010011 111010 10010

Color Harmonies of #471325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471325

Black with #471325

Text Example


Text Example

White with #471325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471325; }

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

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

background-color css

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

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

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

border-color css

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

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

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