Html Css Color HEX #471D23 Bordeaux

📋 copy color: '#471D23'

red 71 ◦ green 29 ◦ blue 35

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

Shades of Bordeaux #471D23

Tints of Bordeaux #471D23

RGB

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

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

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

R = 52.59%
G = 21.48%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.51

 K value IS 0.72

RGB Variations

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

Color information

#471D23 (or 0x471D23) is known color: Bordeaux. HEX triplet: 47, 1D and 23. RGB value is (71,29,35). Sum of RGB (Red+Green+Blue) = 71+29+35=135 (17% of max value = 765). Red value is 71 (28.12% from 255 or 52.59% from 135); Green value is 29 (11.72% from 255 or 21.48% from 135); Blue value is 35 (14.06% from 255 or 25.93% from 135); Max value from RGB is 71 - color contains mainly: red. Hex color #471D23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471D23 is #B8E2DC. Grayscale: #2A2A2A. Windows color (decimal): -12116701 or 2301255. OLE color: 2301255.

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

Color convert

RGB 71 29 35 -
CMYK 0 0.59 0.51 0.72
HSL 351.43º 0.42% 0.2% -
HSV(B) 351.43º 0.59% 0.28% -
XYZ 3.34 2.34 1.87 -
YUV 42.24 123.91 148.51 -
System Red Green Blue C M Y K H S L
Decimal 71 29 35 0 0.59 0.51 0.72 351.43 0.42 0.2
Hex 47 1D 23 0 3B 33 48 15F 2A 14
Octal 107 35 43 0 73 63 110 537 52 24
Binary 1000111 11101 100011 0 111011 110011 1001000 101011111 101010 10100

Color Harmonies of #471D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471D23

Black with #471D23

Text Example


Text Example

White with #471D23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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