Html Css Color HEX #471822 Bordeaux

📋 copy color: '#471822'

red 71 ◦ green 24 ◦ blue 34

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

Shades of Bordeaux #471822

Tints of Bordeaux #471822

RGB

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

 GREEN value IS 24 (9.77% from 255) = 18.6%

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

R = 55.04%
G = 18.6%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.52

 K value IS 0.72

RGB Variations

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

Color information

#471822 (or 0x471822) is known color: Bordeaux. HEX triplet: 47, 18 and 22. RGB value is (71,24,34). Sum of RGB (Red+Green+Blue) = 71+24+34=129 (17% of max value = 765). Red value is 71 (28.12% from 255 or 55.04% from 129); Green value is 24 (9.77% from 255 or 18.60% from 129); Blue value is 34 (13.67% from 255 or 26.36% from 129); Max value from RGB is 71 - color contains mainly: red. Hex color #471822 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471822 is #B8E7DD. Grayscale: #272727. Windows color (decimal): -12117982 or 2234439. OLE color: 2234439.

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

Color convert

RGB 71 24 34 -
CMYK 0 0.66 0.52 0.72
HSL 347.23º 0.49% 0.19% -
HSV(B) 347.23º 0.66% 0.28% -
XYZ 3.21 2.11 1.75 -
YUV 39.19 125.07 150.69 -
System Red Green Blue C M Y K H S L
Decimal 71 24 34 0 0.66 0.52 0.72 347.23 0.49 0.19
Hex 47 18 22 0 42 34 48 15B 31 13
Octal 107 30 42 0 102 64 110 533 61 23
Binary 1000111 11000 100010 0 1000010 110100 1001000 101011011 110001 10011

Color Harmonies of #471822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471822

Black with #471822

Text Example


Text Example

White with #471822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471822; }

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

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

background-color css

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

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

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

border-color css

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

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

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