Html Css Color HEX #470518 Bordeaux

📋 copy color: '#470518'

red 71 ◦ green 5 ◦ blue 24

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

Shades of Bordeaux #470518

Tints of Bordeaux #470518

RGB

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

 GREEN value IS 5 (2.34% from 255) = 5%

 BLUE value IS 24 (9.77% from 255) = 24%

R = 71%
G = 5%
B = 24%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.66

 K value IS 0.72

RGB Variations

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

Color information

#470518 (or 0x470518) is known color: Bordeaux. HEX triplet: 47, 05 and 18. RGB value is (71,5,24). Sum of RGB (Red+Green+Blue) = 71+5+24=100 (13% of max value = 765). Red value is 71 (28.12% from 255 or 71% from 100); Green value is 5 (2.34% from 255 or 5% from 100); Blue value is 24 (9.77% from 255 or 24% from 100); Max value from RGB is 71 - color contains mainly: red. Hex color #470518 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470518 is #B8FAE7. Grayscale: #1A1A1A. Windows color (decimal): -12122856 or 1574215. OLE color: 1574215.

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

Color convert

RGB 71 5 24 -
CMYK 0 0.93 0.66 0.72
HSL 342.73º 0.87% 0.15% -
HSV(B) 342.73º 0.93% 0.28% -
XYZ 2.82 1.51 1.01 -
YUV 26.9 126.37 159.46 -
System Red Green Blue C M Y K H S L
Decimal 71 5 24 0 0.93 0.66 0.72 342.73 0.87 0.15
Hex 47 5 18 0 5D 42 48 157 57 F
Octal 107 5 30 0 135 102 110 527 127 17
Binary 1000111 101 11000 0 1011101 1000010 1001000 101010111 1010111 1111

Color Harmonies of #470518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470518

Black with #470518

Text Example


Text Example

White with #470518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470518; }

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

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

background-color css

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

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

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

border-color css

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

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

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