Html Css Color HEX #47021A Bordeaux

📋 copy color: '#47021A'

red 71 ◦ green 2 ◦ blue 26

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

Shades of Bordeaux #47021A

Tints of Bordeaux #47021A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.02%

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

R = 71.72%
G = 2.02%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.63

 K value IS 0.72

RGB Variations

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

Color information

#47021A (or 0x47021A) is known color: Bordeaux. HEX triplet: 47, 02 and 1A. RGB value is (71,2,26). Sum of RGB (Red+Green+Blue) = 71+2+26=99 (13% of max value = 765). Red value is 71 (28.12% from 255 or 71.72% from 99); Green value is 2 (1.17% from 255 or 2.02% from 99); Blue value is 26 (10.55% from 255 or 26.26% from 99); Max value from RGB is 71 - color contains mainly: red. Hex color #47021A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47021A is #B8FDE5. Grayscale: #191919. Windows color (decimal): -12123622 or 1704519. OLE color: 1704519.

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

Color convert

RGB 71 2 26 -
CMYK 0 0.97 0.63 0.72
HSL 339.13º 0.95% 0.14% -
HSV(B) 339.13º 0.97% 0.28% -
XYZ 2.81 1.46 1.11 -
YUV 25.37 128.36 160.55 -
System Red Green Blue C M Y K H S L
Decimal 71 2 26 0 0.97 0.63 0.72 339.13 0.95 0.14
Hex 47 2 1A 0 61 3F 48 153 5F E
Octal 107 2 32 0 141 77 110 523 137 16
Binary 1000111 10 11010 0 1100001 111111 1001000 101010011 1011111 1110

Color Harmonies of #47021A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47021A

Black with #47021A

Text Example


Text Example

White with #47021A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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