Html Css Color HEX #471722 Bordeaux

📋 copy color: '#471722'

red 71 ◦ green 23 ◦ blue 34

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

Shades of Bordeaux #471722

Tints of Bordeaux #471722

RGB

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

 GREEN value IS 23 (9.38% from 255) = 17.97%

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

R = 55.47%
G = 17.97%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.52

 K value IS 0.72

RGB Variations

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

Color information

#471722 (or 0x471722) is known color: Bordeaux. HEX triplet: 47, 17 and 22. RGB value is (71,23,34). Sum of RGB (Red+Green+Blue) = 71+23+34=128 (16% of max value = 765). Red value is 71 (28.12% from 255 or 55.47% from 128); Green value is 23 (9.38% from 255 or 17.97% from 128); Blue value is 34 (13.67% from 255 or 26.56% from 128); Max value from RGB is 71 - color contains mainly: red. Hex color #471722 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471722 is #B8E8DD. Grayscale: #262626. Windows color (decimal): -12118238 or 2234183. OLE color: 2234183.

HSL color Cylindrical-coordinate representation of color #471722: hue angle of 346.25º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #471722 is Cyan = 0, Magento = 0.68, Yellow = 0.52 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 23 34 -
CMYK 0 0.68 0.52 0.72
HSL 346.25º 0.51% 0.18% -
HSV(B) 346.25º 0.68% 0.28% -
XYZ 3.19 2.07 1.74 -
YUV 38.61 125.4 151.11 -
System Red Green Blue C M Y K H S L
Decimal 71 23 34 0 0.68 0.52 0.72 346.25 0.51 0.18
Hex 47 17 22 0 44 34 48 15A 33 12
Octal 107 27 42 0 104 64 110 532 63 22
Binary 1000111 10111 100010 0 1000100 110100 1001000 101011010 110011 10010

Color Harmonies of #471722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471722

Black with #471722

Text Example


Text Example

White with #471722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471722; }

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

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

background-color css

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

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

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

border-color css

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

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

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