Html Css Color HEX #47121A Bordeaux

📋 copy color: '#47121A'

red 71 ◦ green 18 ◦ blue 26

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

Shades of Bordeaux #47121A

Tints of Bordeaux #47121A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 15.65%

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

R = 61.74%
G = 15.65%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.63

 K value IS 0.72

RGB Variations

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

Color information

#47121A (or 0x47121A) is known color: Bordeaux. HEX triplet: 47, 12 and 1A. RGB value is (71,18,26). Sum of RGB (Red+Green+Blue) = 71+18+26=115 (15% of max value = 765). Red value is 71 (28.12% from 255 or 61.74% from 115); Green value is 18 (7.42% from 255 or 15.65% from 115); Blue value is 26 (10.55% from 255 or 22.61% from 115); Max value from RGB is 71 - color contains mainly: red. Hex color #47121A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47121A is #B8EDE5. Grayscale: #222222. Windows color (decimal): -12119526 or 1708615. OLE color: 1708615.

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

Color convert

RGB 71 18 26 -
CMYK 0 0.75 0.63 0.72
HSL 350.94º 0.6% 0.17% -
HSV(B) 350.94º 0.75% 0.28% -
XYZ 3 1.85 1.18 -
YUV 34.76 123.06 153.85 -
System Red Green Blue C M Y K H S L
Decimal 71 18 26 0 0.75 0.63 0.72 350.94 0.6 0.17
Hex 47 12 1A 0 4B 3F 48 15F 3C 11
Octal 107 22 32 0 113 77 110 537 74 21
Binary 1000111 10010 11010 0 1001011 111111 1001000 101011111 111100 10001

Color Harmonies of #47121A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47121A

Black with #47121A

Text Example


Text Example

White with #47121A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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