Html Css Color HEX #471D22 Bordeaux

📋 copy color: '#471D22'

red 71 ◦ green 29 ◦ blue 34

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

Shades of Bordeaux #471D22

Tints of Bordeaux #471D22

RGB

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

 GREEN value IS 29 (11.72% from 255) = 21.64%

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

R = 52.99%
G = 21.64%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.52

 K value IS 0.72

RGB Variations

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

Color information

#471D22 (or 0x471D22) is known color: Bordeaux. HEX triplet: 47, 1D and 22. RGB value is (71,29,34). Sum of RGB (Red+Green+Blue) = 71+29+34=134 (17% of max value = 765). Red value is 71 (28.12% from 255 or 52.99% from 134); Green value is 29 (11.72% from 255 or 21.64% from 134); Blue value is 34 (13.67% from 255 or 25.37% from 134); Max value from RGB is 71 - color contains mainly: red. Hex color #471D22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471D22 is #B8E2DD. Grayscale: #2A2A2A. Windows color (decimal): -12116702 or 2235719. OLE color: 2235719.

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

Color convert

RGB 71 29 34 -
CMYK 0 0.59 0.52 0.72
HSL 352.86º 0.42% 0.2% -
HSV(B) 352.86º 0.59% 0.28% -
XYZ 3.33 2.33 1.79 -
YUV 42.13 123.41 148.59 -
System Red Green Blue C M Y K H S L
Decimal 71 29 34 0 0.59 0.52 0.72 352.86 0.42 0.2
Hex 47 1D 22 0 3B 34 48 161 2A 14
Octal 107 35 42 0 73 64 110 541 52 24
Binary 1000111 11101 100010 0 111011 110100 1001000 101100001 101010 10100

Color Harmonies of #471D22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471D22

Black with #471D22

Text Example


Text Example

White with #471D22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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