Html Css Color HEX #470115 Bordeaux

📋 copy color: '#470115'

red 71 ◦ green 1 ◦ blue 21

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

Shades of Bordeaux #470115

Tints of Bordeaux #470115

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.08%

 BLUE value IS 21 (8.59% from 255) = 22.58%

R = 76.34%
G = 1.08%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.72

RGB Variations

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

Color information

#470115 (or 0x470115) is known color: Bordeaux. HEX triplet: 47, 01 and 15. RGB value is (71,1,21). Sum of RGB (Red+Green+Blue) = 71+1+21=93 (12% of max value = 765). Red value is 71 (28.12% from 255 or 76.34% from 93); Green value is 1 (0.78% from 255 or 1.08% from 93); Blue value is 21 (8.59% from 255 or 22.58% from 93); Max value from RGB is 71 - color contains mainly: red. Hex color #470115 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470115 is #B8FEEA. Grayscale: #181818. Windows color (decimal): -12123883 or 1376583. OLE color: 1376583.

HSL color Cylindrical-coordinate representation of color #470115: hue angle of 342.86º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #470115 is Cyan = 0, Magento = 0.99, Yellow = 0.70 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 1 21 -
CMYK 0 0.99 0.70 0.72
HSL 342.86º 0.97% 0.14% -
HSV(B) 342.86º 0.99% 0.28% -
XYZ 2.74 1.42 0.84 -
YUV 24.21 126.19 161.37 -
System Red Green Blue C M Y K H S L
Decimal 71 1 21 0 0.99 0.70 0.72 342.86 0.97 0.14
Hex 47 1 15 0 63 46 48 157 61 E
Octal 107 1 25 0 143 106 110 527 141 16
Binary 1000111 1 10101 0 1100011 1000110 1001000 101010111 1100001 1110

Color Harmonies of #470115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470115

Black with #470115

Text Example


Text Example

White with #470115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470115; }

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

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

background-color css

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

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

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

border-color css

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

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

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