Html Css Color HEX #471023 Bordeaux

📋 copy color: '#471023'

red 71 ◦ green 16 ◦ blue 35

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

Shades of Bordeaux #471023

Tints of Bordeaux #471023

RGB

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

 GREEN value IS 16 (6.64% from 255) = 13.11%

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

R = 58.2%
G = 13.11%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.51

 K value IS 0.72

RGB Variations

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

Color information

#471023 (or 0x471023) is known color: Bordeaux. HEX triplet: 47, 10 and 23. RGB value is (71,16,35). Sum of RGB (Red+Green+Blue) = 71+16+35=122 (16% of max value = 765). Red value is 71 (28.12% from 255 or 58.20% from 122); Green value is 16 (6.64% from 255 or 13.11% from 122); Blue value is 35 (14.06% from 255 or 28.69% from 122); Max value from RGB is 71 - color contains mainly: red. Hex color #471023 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471023 is #B8EFDC. Grayscale: #222222. Windows color (decimal): -12120029 or 2297927. OLE color: 2297927.

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

Color convert

RGB 71 16 35 -
CMYK 0 0.77 0.51 0.72
HSL 339.27º 0.63% 0.17% -
HSV(B) 339.27º 0.77% 0.28% -
XYZ 3.09 1.83 1.78 -
YUV 34.61 128.22 153.96 -
System Red Green Blue C M Y K H S L
Decimal 71 16 35 0 0.77 0.51 0.72 339.27 0.63 0.17
Hex 47 10 23 0 4D 33 48 153 3F 11
Octal 107 20 43 0 115 63 110 523 77 21
Binary 1000111 10000 100011 0 1001101 110011 1001000 101010011 111111 10001

Color Harmonies of #471023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471023

Black with #471023

Text Example


Text Example

White with #471023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471023; }

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

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

background-color css

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

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

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

border-color css

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

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

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