Html Css Color HEX #470C20 Bordeaux

📋 copy color: '#470C20'

red 71 ◦ green 12 ◦ blue 32

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

Shades of Bordeaux #470C20

Tints of Bordeaux #470C20

RGB

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

 GREEN value IS 12 (5.08% from 255) = 10.43%

 BLUE value IS 32 (12.89% from 255) = 27.83%

R = 61.74%
G = 10.43%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.55

 K value IS 0.72

RGB Variations

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

Color information

#470C20 (or 0x470C20) is known color: Bordeaux. HEX triplet: 47, 0C and 20. RGB value is (71,12,32). Sum of RGB (Red+Green+Blue) = 71+12+32=115 (15% of max value = 765). Red value is 71 (28.12% from 255 or 61.74% from 115); Green value is 12 (5.08% from 255 or 10.43% from 115); Blue value is 32 (12.89% from 255 or 27.83% from 115); Max value from RGB is 71 - color contains mainly: red. Hex color #470C20 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470C20 is #B8F3DF. Grayscale: #1F1F1F. Windows color (decimal): -12121056 or 2100295. OLE color: 2100295.

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

Color convert

RGB 71 12 32 -
CMYK 0 0.83 0.55 0.72
HSL 339.66º 0.71% 0.16% -
HSV(B) 339.66º 0.83% 0.28% -
XYZ 2.99 1.71 1.54 -
YUV 31.92 128.05 155.87 -
System Red Green Blue C M Y K H S L
Decimal 71 12 32 0 0.83 0.55 0.72 339.66 0.71 0.16
Hex 47 C 20 0 53 37 48 154 47 10
Octal 107 14 40 0 123 67 110 524 107 20
Binary 1000111 1100 100000 0 1010011 110111 1001000 101010100 1000111 10000

Color Harmonies of #470C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470C20

Black with #470C20

Text Example


Text Example

White with #470C20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,12,32); }

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

background-color css

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

 a { background-color: rgb(71,12,32); }

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

border-color css

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

 span { border-color: rgb(71,12,32); }

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