Html Css Color HEX #471A22 Bordeaux

📋 copy color: '#471A22'

red 71 ◦ green 26 ◦ blue 34

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

Shades of Bordeaux #471A22

Tints of Bordeaux #471A22

RGB

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

 GREEN value IS 26 (10.55% from 255) = 19.85%

 BLUE value IS 34 (13.67% from 255) = 25.95%

R = 54.2%
G = 19.85%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.52

 K value IS 0.72

RGB Variations

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

Color information

#471A22 (or 0x471A22) is known color: Bordeaux. HEX triplet: 47, 1A and 22. RGB value is (71,26,34). Sum of RGB (Red+Green+Blue) = 71+26+34=131 (17% of max value = 765). Red value is 71 (28.12% from 255 or 54.20% from 131); Green value is 26 (10.55% from 255 or 19.85% from 131); Blue value is 34 (13.67% from 255 or 25.95% from 131); Max value from RGB is 71 - color contains mainly: red. Hex color #471A22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471A22 is #B8E5DD. Grayscale: #282828. Windows color (decimal): -12117470 or 2234951. OLE color: 2234951.

HSL color Cylindrical-coordinate representation of color #471A22: hue angle of 349.33º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #471A22 is Cyan = 0, Magento = 0.63, Yellow = 0.52 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 26 34 -
CMYK 0 0.63 0.52 0.72
HSL 349.33º 0.46% 0.19% -
HSV(B) 349.33º 0.63% 0.28% -
XYZ 3.26 2.19 1.77 -
YUV 40.37 124.41 149.85 -
System Red Green Blue C M Y K H S L
Decimal 71 26 34 0 0.63 0.52 0.72 349.33 0.46 0.19
Hex 47 1A 22 0 3F 34 48 15D 2E 13
Octal 107 32 42 0 77 64 110 535 56 23
Binary 1000111 11010 100010 0 111111 110100 1001000 101011101 101110 10011

Color Harmonies of #471A22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471A22

Black with #471A22

Text Example


Text Example

White with #471A22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471A22; }

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

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

background-color css

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

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

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

border-color css

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

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

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