Html Css Color HEX #471223 Bordeaux

📋 copy color: '#471223'

red 71 ◦ green 18 ◦ blue 35

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

Shades of Bordeaux #471223

Tints of Bordeaux #471223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 28.23%

R = 57.26%
G = 14.52%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.51

 K value IS 0.72

RGB Variations

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

Color information

#471223 (or 0x471223) is known color: Bordeaux. HEX triplet: 47, 12 and 23. RGB value is (71,18,35). Sum of RGB (Red+Green+Blue) = 71+18+35=124 (16% of max value = 765). Red value is 71 (28.12% from 255 or 57.26% from 124); Green value is 18 (7.42% from 255 or 14.52% from 124); Blue value is 35 (14.06% from 255 or 28.23% from 124); Max value from RGB is 71 - color contains mainly: red. Hex color #471223 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471223 is #B8EDDC. Grayscale: #232323. Windows color (decimal): -12119517 or 2298439. OLE color: 2298439.

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

Color convert

RGB 71 18 35 -
CMYK 0 0.75 0.51 0.72
HSL 340.75º 0.6% 0.17% -
HSV(B) 340.75º 0.75% 0.28% -
XYZ 3.12 1.89 1.79 -
YUV 35.79 127.56 153.12 -
System Red Green Blue C M Y K H S L
Decimal 71 18 35 0 0.75 0.51 0.72 340.75 0.6 0.17
Hex 47 12 23 0 4B 33 48 155 3C 11
Octal 107 22 43 0 113 63 110 525 74 21
Binary 1000111 10010 100011 0 1001011 110011 1001000 101010101 111100 10001

Color Harmonies of #471223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471223

Black with #471223

Text Example


Text Example

White with #471223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471223; }

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

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

background-color css

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

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

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

border-color css

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

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

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