Html Css Color HEX #47031A Bordeaux

📋 copy color: '#47031A'

red 71 ◦ green 3 ◦ blue 26

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

Shades of Bordeaux #47031A

Tints of Bordeaux #47031A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3%

 BLUE value IS 26 (10.55% from 255) = 26%

R = 71%
G = 3%
B = 26%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.63

 K value IS 0.72

RGB Variations

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

Color information

#47031A (or 0x47031A) is known color: Bordeaux. HEX triplet: 47, 03 and 1A. RGB value is (71,3,26). Sum of RGB (Red+Green+Blue) = 71+3+26=100 (13% of max value = 765). Red value is 71 (28.12% from 255 or 71% from 100); Green value is 3 (1.56% from 255 or 3% from 100); Blue value is 26 (10.55% from 255 or 26% from 100); Max value from RGB is 71 - color contains mainly: red. Hex color #47031A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47031A is #B8FCE5. Grayscale: #191919. Windows color (decimal): -12123366 or 1704775. OLE color: 1704775.

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

Color convert

RGB 71 3 26 -
CMYK 0 0.96 0.63 0.72
HSL 339.71º 0.92% 0.15% -
HSV(B) 339.71º 0.96% 0.28% -
XYZ 2.82 1.48 1.11 -
YUV 25.95 128.03 160.13 -
System Red Green Blue C M Y K H S L
Decimal 71 3 26 0 0.96 0.63 0.72 339.71 0.92 0.15
Hex 47 3 1A 0 60 3F 48 154 5C F
Octal 107 3 32 0 140 77 110 524 134 17
Binary 1000111 11 11010 0 1100000 111111 1001000 101010100 1011100 1111

Color Harmonies of #47031A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47031A

Black with #47031A

Text Example


Text Example

White with #47031A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47031A; }

 p { color: rgb(71,3,26); }

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

background-color css

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

 a { background-color: rgb(71,3,26); }

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

border-color css

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

 span { border-color: rgb(71,3,26); }

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