Html Css Color HEX #471525 Bordeaux

📋 copy color: '#471525'

red 71 ◦ green 21 ◦ blue 37

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

Shades of Bordeaux #471525

Tints of Bordeaux #471525

RGB

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

 GREEN value IS 21 (8.59% from 255) = 16.28%

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

R = 55.04%
G = 16.28%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.48

 K value IS 0.72

RGB Variations

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

Color information

#471525 (or 0x471525) is known color: Bordeaux. HEX triplet: 47, 15 and 25. RGB value is (71,21,37). Sum of RGB (Red+Green+Blue) = 71+21+37=129 (17% of max value = 765). Red value is 71 (28.12% from 255 or 55.04% from 129); Green value is 21 (8.59% from 255 or 16.28% from 129); Blue value is 37 (14.84% from 255 or 28.68% from 129); Max value from RGB is 71 - color contains mainly: red. Hex color #471525 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471525 is #B8EADA. Grayscale: #252525. Windows color (decimal): -12118747 or 2430279. OLE color: 2430279.

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

Color convert

RGB 71 21 37 -
CMYK 0 0.70 0.48 0.72
HSL 340.8º 0.54% 0.18% -
HSV(B) 340.8º 0.7% 0.28% -
XYZ 3.2 2.01 1.97 -
YUV 37.77 127.57 151.7 -
System Red Green Blue C M Y K H S L
Decimal 71 21 37 0 0.70 0.48 0.72 340.8 0.54 0.18
Hex 47 15 25 0 46 30 48 155 36 12
Octal 107 25 45 0 106 60 110 525 66 22
Binary 1000111 10101 100101 0 1000110 110000 1001000 101010101 110110 10010

Color Harmonies of #471525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471525

Black with #471525

Text Example


Text Example

White with #471525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471525; }

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

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

background-color css

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

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

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

border-color css

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

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

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