Html Css Color HEX #470818 Bordeaux

📋 copy color: '#470818'

red 71 ◦ green 8 ◦ blue 24

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

Shades of Bordeaux #470818

Tints of Bordeaux #470818

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.77%

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

R = 68.93%
G = 7.77%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.66

 K value IS 0.72

RGB Variations

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

Color information

#470818 (or 0x470818) is known color: Bordeaux. HEX triplet: 47, 08 and 18. RGB value is (71,8,24). Sum of RGB (Red+Green+Blue) = 71+8+24=103 (13% of max value = 765). Red value is 71 (28.12% from 255 or 68.93% from 103); Green value is 8 (3.52% from 255 or 7.77% from 103); Blue value is 24 (9.77% from 255 or 23.30% from 103); Max value from RGB is 71 - color contains mainly: red. Hex color #470818 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470818 is #B8F7E7. Grayscale: #1C1C1C. Windows color (decimal): -12122088 or 1574983. OLE color: 1574983.

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

Color convert

RGB 71 8 24 -
CMYK 0 0.89 0.66 0.72
HSL 344.76º 0.8% 0.15% -
HSV(B) 344.76º 0.89% 0.28% -
XYZ 2.85 1.58 1.02 -
YUV 28.66 125.37 158.2 -
System Red Green Blue C M Y K H S L
Decimal 71 8 24 0 0.89 0.66 0.72 344.76 0.8 0.15
Hex 47 8 18 0 59 42 48 159 50 F
Octal 107 10 30 0 131 102 110 531 120 17
Binary 1000111 1000 11000 0 1011001 1000010 1001000 101011001 1010000 1111

Color Harmonies of #470818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470818

Black with #470818

Text Example


Text Example

White with #470818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470818; }

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

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

background-color css

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

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

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

border-color css

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

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

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