Html Css Color HEX #470118 Bordeaux

📋 copy color: '#470118'

red 71 ◦ green 1 ◦ blue 24

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

Shades of Bordeaux #470118

Tints of Bordeaux #470118

RGB

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

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

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

R = 73.96%
G = 1.04%
B = 25%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.66

 K value IS 0.72

RGB Variations

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

Color information

#470118 (or 0x470118) is known color: Bordeaux. HEX triplet: 47, 01 and 18. RGB value is (71,1,24). Sum of RGB (Red+Green+Blue) = 71+1+24=96 (12% of max value = 765). Red value is 71 (28.12% from 255 or 73.96% from 96); Green value is 1 (0.78% from 255 or 1.04% from 96); Blue value is 24 (9.77% from 255 or 25% from 96); Max value from RGB is 71 - color contains mainly: red. Hex color #470118 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470118 is #B8FEE7. Grayscale: #181818. Windows color (decimal): -12123880 or 1573191. OLE color: 1573191.

HSL color Cylindrical-coordinate representation of color #470118: hue angle of 340.29º 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 #470118 is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 1 24 -
CMYK 0 0.99 0.66 0.72
HSL 340.29º 0.97% 0.14% -
HSV(B) 340.29º 0.99% 0.28% -
XYZ 2.77 1.43 0.99 -
YUV 24.55 127.69 161.13 -
System Red Green Blue C M Y K H S L
Decimal 71 1 24 0 0.99 0.66 0.72 340.29 0.97 0.14
Hex 47 1 18 0 63 42 48 154 61 E
Octal 107 1 30 0 143 102 110 524 141 16
Binary 1000111 1 11000 0 1100011 1000010 1001000 101010100 1100001 1110

Color Harmonies of #470118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470118

Black with #470118

Text Example


Text Example

White with #470118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470118; }

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

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

background-color css

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

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

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

border-color css

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

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

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