Html Css Color HEX #470D18 Bordeaux

📋 copy color: '#470D18'

red 71 ◦ green 13 ◦ blue 24

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

Shades of Bordeaux #470D18

Tints of Bordeaux #470D18

RGB

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

 GREEN value IS 13 (5.47% from 255) = 12.04%

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

R = 65.74%
G = 12.04%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.66

 K value IS 0.72

RGB Variations

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

Color information

#470D18 (or 0x470D18) is known color: Bordeaux. HEX triplet: 47, 0D and 18. RGB value is (71,13,24). Sum of RGB (Red+Green+Blue) = 71+13+24=108 (14% of max value = 765). Red value is 71 (28.12% from 255 or 65.74% from 108); Green value is 13 (5.47% from 255 or 12.04% from 108); Blue value is 24 (9.77% from 255 or 22.22% from 108); Max value from RGB is 71 - color contains mainly: red. Hex color #470D18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470D18 is #B8F2E7. Grayscale: #1F1F1F. Windows color (decimal): -12120808 or 1576263. OLE color: 1576263.

HSL color Cylindrical-coordinate representation of color #470D18: hue angle of 348.62º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #470D18 is Cyan = 0, Magento = 0.82, Yellow = 0.66 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 13 24 -
CMYK 0 0.82 0.66 0.72
HSL 348.62º 0.69% 0.16% -
HSV(B) 348.62º 0.82% 0.28% -
XYZ 2.91 1.69 1.04 -
YUV 31.6 123.72 156.11 -
System Red Green Blue C M Y K H S L
Decimal 71 13 24 0 0.82 0.66 0.72 348.62 0.69 0.16
Hex 47 D 18 0 52 42 48 15D 45 10
Octal 107 15 30 0 122 102 110 535 105 20
Binary 1000111 1101 11000 0 1010010 1000010 1001000 101011101 1000101 10000

Color Harmonies of #470D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470D18

Black with #470D18

Text Example


Text Example

White with #470D18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470D18; }

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

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

background-color css

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

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

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

border-color css

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

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

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