Html Css Color HEX #47001A Bordeaux

📋 copy color: '#47001A'

red 71 ◦ green 0 ◦ blue 26

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

Shades of Bordeaux #47001A

Tints of Bordeaux #47001A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 73.2%
G = 0%
B = 26.8%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.63

 K value IS 0.72

RGB Variations

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

Color information

#47001A (or 0x47001A) is known color: Bordeaux. HEX triplet: 47, 00 and 1A. RGB value is (71,0,26). Sum of RGB (Red+Green+Blue) = 71+0+26=97 (12% of max value = 765). Red value is 71 (28.12% from 255 or 73.20% from 97); Green value is 0 (0.39% from 255 or 0% from 97); Blue value is 26 (10.55% from 255 or 26.80% from 97); Max value from RGB is 71 - color contains mainly: red. Hex color #47001A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47001A is #B8FFE5. Grayscale: #181818. Windows color (decimal): -12124134 or 1704007. OLE color: 1704007.

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

Color convert

RGB 71 0 26 -
CMYK 0 1 0.63 0.72
HSL 338.03º 1% 0.14% -
HSV(B) 338.03º 1% 0.28% -
XYZ 2.78 1.41 1.1 -
YUV 24.19 129.02 161.39 -
System Red Green Blue C M Y K H S L
Decimal 71 0 26 0 1 0.63 0.72 338.03 1 0.14
Hex 47 0 1A 0 64 3F 48 152 64 E
Octal 107 0 32 0 144 77 110 522 144 16
Binary 1000111 0 11010 0 1100100 111111 1001000 101010010 1100100 1110

Color Harmonies of #47001A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47001A

Black with #47001A

Text Example


Text Example

White with #47001A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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