Html Css Color HEX #471725 Bordeaux

📋 copy color: '#471725'

red 71 ◦ green 23 ◦ blue 37

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

Shades of Bordeaux #471725

Tints of Bordeaux #471725

RGB

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

 GREEN value IS 23 (9.38% from 255) = 17.56%

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

R = 54.2%
G = 17.56%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.48

 K value IS 0.72

RGB Variations

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

Color information

#471725 (or 0x471725) is known color: Bordeaux. HEX triplet: 47, 17 and 25. RGB value is (71,23,37). Sum of RGB (Red+Green+Blue) = 71+23+37=131 (17% of max value = 765). Red value is 71 (28.12% from 255 or 54.20% from 131); Green value is 23 (9.38% from 255 or 17.56% from 131); Blue value is 37 (14.84% from 255 or 28.24% from 131); Max value from RGB is 71 - color contains mainly: red. Hex color #471725 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471725 is #B8E8DA. Grayscale: #262626. Windows color (decimal): -12118235 or 2430791. OLE color: 2430791.

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

Color convert

RGB 71 23 37 -
CMYK 0 0.68 0.48 0.72
HSL 342.5º 0.51% 0.18% -
HSV(B) 342.5º 0.68% 0.28% -
XYZ 3.24 2.09 1.98 -
YUV 38.95 126.9 150.86 -
System Red Green Blue C M Y K H S L
Decimal 71 23 37 0 0.68 0.48 0.72 342.5 0.51 0.18
Hex 47 17 25 0 44 30 48 156 33 12
Octal 107 27 45 0 104 60 110 526 63 22
Binary 1000111 10111 100101 0 1000100 110000 1001000 101010110 110011 10010

Color Harmonies of #471725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471725

Black with #471725

Text Example


Text Example

White with #471725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471725; }

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

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

background-color css

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

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

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

border-color css

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

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

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