Html Css Color HEX #471622 Bordeaux

📋 copy color: '#471622'

red 71 ◦ green 22 ◦ blue 34

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

Shades of Bordeaux #471622

Tints of Bordeaux #471622

RGB

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

 GREEN value IS 22 (8.98% from 255) = 17.32%

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

R = 55.91%
G = 17.32%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.52

 K value IS 0.72

RGB Variations

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

Color information

#471622 (or 0x471622) is known color: Bordeaux. HEX triplet: 47, 16 and 22. RGB value is (71,22,34). Sum of RGB (Red+Green+Blue) = 71+22+34=127 (16% of max value = 765). Red value is 71 (28.12% from 255 or 55.91% from 127); Green value is 22 (8.98% from 255 or 17.32% from 127); Blue value is 34 (13.67% from 255 or 26.77% from 127); Max value from RGB is 71 - color contains mainly: red. Hex color #471622 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471622 is #B8E9DD. Grayscale: #262626. Windows color (decimal): -12118494 or 2233927. OLE color: 2233927.

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

Color convert

RGB 71 22 34 -
CMYK 0 0.69 0.52 0.72
HSL 345.31º 0.53% 0.18% -
HSV(B) 345.31º 0.69% 0.28% -
XYZ 3.17 2.03 1.74 -
YUV 38.02 125.73 151.52 -
System Red Green Blue C M Y K H S L
Decimal 71 22 34 0 0.69 0.52 0.72 345.31 0.53 0.18
Hex 47 16 22 0 45 34 48 159 35 12
Octal 107 26 42 0 105 64 110 531 65 22
Binary 1000111 10110 100010 0 1000101 110100 1001000 101011001 110101 10010

Color Harmonies of #471622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471622

Black with #471622

Text Example


Text Example

White with #471622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471622; }

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

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

background-color css

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

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

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

border-color css

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

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

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