Html Css Color HEX #471825 Bordeaux

📋 copy color: '#471825'

red 71 ◦ green 24 ◦ blue 37

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

Shades of Bordeaux #471825

Tints of Bordeaux #471825

RGB

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

 GREEN value IS 24 (9.77% from 255) = 18.18%

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

R = 53.79%
G = 18.18%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.48

 K value IS 0.72

RGB Variations

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

Color information

#471825 (or 0x471825) is known color: Bordeaux. HEX triplet: 47, 18 and 25. RGB value is (71,24,37). Sum of RGB (Red+Green+Blue) = 71+24+37=132 (17% of max value = 765). Red value is 71 (28.12% from 255 or 53.79% from 132); Green value is 24 (9.77% from 255 or 18.18% from 132); Blue value is 37 (14.84% from 255 or 28.03% from 132); Max value from RGB is 71 - color contains mainly: red. Hex color #471825 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471825 is #B8E7DA. Grayscale: #272727. Windows color (decimal): -12117979 or 2431047. OLE color: 2431047.

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

Color convert

RGB 71 24 37 -
CMYK 0 0.66 0.48 0.72
HSL 343.4º 0.49% 0.19% -
HSV(B) 343.4º 0.66% 0.28% -
XYZ 3.26 2.13 1.99 -
YUV 39.54 126.57 150.44 -
System Red Green Blue C M Y K H S L
Decimal 71 24 37 0 0.66 0.48 0.72 343.4 0.49 0.19
Hex 47 18 25 0 42 30 48 157 31 13
Octal 107 30 45 0 102 60 110 527 61 23
Binary 1000111 11000 100101 0 1000010 110000 1001000 101010111 110001 10011

Color Harmonies of #471825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471825

Black with #471825

Text Example


Text Example

White with #471825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471825; }

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

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

background-color css

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

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

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

border-color css

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

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

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