Html Css Color HEX #471823 Bordeaux

📋 copy color: '#471823'

red 71 ◦ green 24 ◦ blue 35

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

Shades of Bordeaux #471823

Tints of Bordeaux #471823

RGB

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

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

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

R = 54.62%
G = 18.46%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.51

 K value IS 0.72

RGB Variations

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

Color information

#471823 (or 0x471823) is known color: Bordeaux. HEX triplet: 47, 18 and 23. RGB value is (71,24,35). Sum of RGB (Red+Green+Blue) = 71+24+35=130 (17% of max value = 765). Red value is 71 (28.12% from 255 or 54.62% from 130); Green value is 24 (9.77% from 255 or 18.46% from 130); Blue value is 35 (14.06% from 255 or 26.92% from 130); Max value from RGB is 71 - color contains mainly: red. Hex color #471823 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471823 is #B8E7DC. Grayscale: #272727. Windows color (decimal): -12117981 or 2299975. OLE color: 2299975.

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

Color convert

RGB 71 24 35 -
CMYK 0 0.66 0.51 0.72
HSL 345.96º 0.49% 0.19% -
HSV(B) 345.96º 0.66% 0.28% -
XYZ 3.23 2.11 1.83 -
YUV 39.31 125.57 150.61 -
System Red Green Blue C M Y K H S L
Decimal 71 24 35 0 0.66 0.51 0.72 345.96 0.49 0.19
Hex 47 18 23 0 42 33 48 15A 31 13
Octal 107 30 43 0 102 63 110 532 61 23
Binary 1000111 11000 100011 0 1000010 110011 1001000 101011010 110001 10011

Color Harmonies of #471823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471823

Black with #471823

Text Example


Text Example

White with #471823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471823; }

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

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

background-color css

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

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

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

border-color css

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

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

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