Html Css Color HEX #47121C Bordeaux

📋 copy color: '#47121C'

red 71 ◦ green 18 ◦ blue 28

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

Shades of Bordeaux #47121C

Tints of Bordeaux #47121C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 23.93%

R = 60.68%
G = 15.38%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.61

 K value IS 0.72

RGB Variations

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

Color information

#47121C (or 0x47121C) is known color: Bordeaux. HEX triplet: 47, 12 and 1C. RGB value is (71,18,28). Sum of RGB (Red+Green+Blue) = 71+18+28=117 (15% of max value = 765). Red value is 71 (28.12% from 255 or 60.68% from 117); Green value is 18 (7.42% from 255 or 15.38% from 117); Blue value is 28 (11.33% from 255 or 23.93% from 117); Max value from RGB is 71 - color contains mainly: red. Hex color #47121C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47121C is #B8EDE3. Grayscale: #232323. Windows color (decimal): -12119524 or 1839687. OLE color: 1839687.

HSL color Cylindrical-coordinate representation of color #47121C: hue angle of 348.68º 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 #47121C is Cyan = 0, Magento = 0.75, Yellow = 0.61 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 18 28 -
CMYK 0 0.75 0.61 0.72
HSL 348.68º 0.6% 0.17% -
HSV(B) 348.68º 0.75% 0.28% -
XYZ 3.02 1.86 1.3 -
YUV 34.99 124.06 153.69 -
System Red Green Blue C M Y K H S L
Decimal 71 18 28 0 0.75 0.61 0.72 348.68 0.6 0.17
Hex 47 12 1C 0 4B 3D 48 15D 3C 11
Octal 107 22 34 0 113 75 110 535 74 21
Binary 1000111 10010 11100 0 1001011 111101 1001000 101011101 111100 10001

Color Harmonies of #47121C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47121C

Black with #47121C

Text Example


Text Example

White with #47121C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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