Html Css Color HEX #471626 Bordeaux

📋 copy color: '#471626'

red 71 ◦ green 22 ◦ blue 38

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

Shades of Bordeaux #471626

Tints of Bordeaux #471626

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 29.01%

R = 54.2%
G = 16.79%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.46

 K value IS 0.72

RGB Variations

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

Color information

#471626 (or 0x471626) is known color: Bordeaux. HEX triplet: 47, 16 and 26. RGB value is (71,22,38). Sum of RGB (Red+Green+Blue) = 71+22+38=131 (17% of max value = 765). Red value is 71 (28.12% from 255 or 54.20% from 131); Green value is 22 (8.98% from 255 or 16.79% from 131); Blue value is 38 (15.23% from 255 or 29.01% from 131); Max value from RGB is 71 - color contains mainly: red. Hex color #471626 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471626 is #B8E9D9. Grayscale: #262626. Windows color (decimal): -12118490 or 2496071. OLE color: 2496071.

HSL color Cylindrical-coordinate representation of color #471626: hue angle of 340.41º 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 #471626 is Cyan = 0, Magento = 0.69, Yellow = 0.46 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 22 38 -
CMYK 0 0.69 0.46 0.72
HSL 340.41º 0.53% 0.18% -
HSV(B) 340.41º 0.69% 0.28% -
XYZ 3.24 2.05 2.06 -
YUV 38.48 127.73 151.2 -
System Red Green Blue C M Y K H S L
Decimal 71 22 38 0 0.69 0.46 0.72 340.41 0.53 0.18
Hex 47 16 26 0 45 2E 48 154 35 12
Octal 107 26 46 0 105 56 110 524 65 22
Binary 1000111 10110 100110 0 1000101 101110 1001000 101010100 110101 10010

Color Harmonies of #471626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471626

Black with #471626

Text Example


Text Example

White with #471626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471626; }

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

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

background-color css

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

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

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

border-color css

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

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

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