Html Css Color HEX #470618 Bordeaux

📋 copy color: '#470618'

red 71 ◦ green 6 ◦ blue 24

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

Shades of Bordeaux #470618

Tints of Bordeaux #470618

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.94%

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

R = 70.3%
G = 5.94%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.66

 K value IS 0.72

RGB Variations

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

Color information

#470618 (or 0x470618) is known color: Bordeaux. HEX triplet: 47, 06 and 18. RGB value is (71,6,24). Sum of RGB (Red+Green+Blue) = 71+6+24=101 (13% of max value = 765). Red value is 71 (28.12% from 255 or 70.30% from 101); Green value is 6 (2.73% from 255 or 5.94% from 101); Blue value is 24 (9.77% from 255 or 23.76% from 101); Max value from RGB is 71 - color contains mainly: red. Hex color #470618 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470618 is #B8F9E7. Grayscale: #1B1B1B. Windows color (decimal): -12122600 or 1574471. OLE color: 1574471.

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

Color convert

RGB 71 6 24 -
CMYK 0 0.92 0.66 0.72
HSL 343.38º 0.84% 0.15% -
HSV(B) 343.38º 0.92% 0.28% -
XYZ 2.83 1.54 1.01 -
YUV 27.49 126.03 159.04 -
System Red Green Blue C M Y K H S L
Decimal 71 6 24 0 0.92 0.66 0.72 343.38 0.84 0.15
Hex 47 6 18 0 5C 42 48 157 54 F
Octal 107 6 30 0 134 102 110 527 124 17
Binary 1000111 110 11000 0 1011100 1000010 1001000 101010111 1010100 1111

Color Harmonies of #470618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470618

Black with #470618

Text Example


Text Example

White with #470618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470618; }

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

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

background-color css

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

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

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

border-color css

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

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

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