Html Css Color HEX #571923 Bordeaux

📋 copy color: '#571923'

red 87 ◦ green 25 ◦ blue 35

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

Shades of Bordeaux #571923

Tints of Bordeaux #571923

RGB

 RED value IS 87 (34.38% from 255) = 59.18%

 GREEN value IS 25 (10.16% from 255) = 17.01%

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

R = 59.18%
G = 17.01%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.60

 K value IS 0.66

RGB Variations

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

Color information

#571923 (or 0x571923) is known color: Bordeaux. HEX triplet: 57, 19 and 23. RGB value is (87,25,35). Sum of RGB (Red+Green+Blue) = 87+25+35=147 (19% of max value = 765). Red value is 87 (34.38% from 255 or 59.18% from 147); Green value is 25 (10.16% from 255 or 17.01% from 147); Blue value is 35 (14.06% from 255 or 23.81% from 147); Max value from RGB is 87 - color contains mainly: red. Hex color #571923 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571923 is #A8E6DC. Grayscale: #2C2C2C. Windows color (decimal): -11069149 or 2300247. OLE color: 2300247.

HSL color Cylindrical-coordinate representation of color #571923: hue angle of 350.32º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #571923 is Cyan = 0, Magento = 0.71, Yellow = 0.60 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 25 35 -
CMYK 0 0.71 0.60 0.66
HSL 350.32º 0.55% 0.22% -
HSV(B) 350.32º 0.71% 0.34% -
XYZ 4.58 2.84 1.9 -
YUV 44.68 122.54 158.19 -
System Red Green Blue C M Y K H S L
Decimal 87 25 35 0 0.71 0.60 0.66 350.32 0.55 0.22
Hex 57 19 23 0 47 3C 42 15E 37 16
Octal 127 31 43 0 107 74 102 536 67 26
Binary 1010111 11001 100011 0 1000111 111100 1000010 101011110 110111 10110

Color Harmonies of #571923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571923

Black with #571923

Text Example


Text Example

White with #571923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571923; }

 p { color: rgb(87,25,35); }

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

background-color css

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

 a { background-color: rgb(87,25,35); }

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

border-color css

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

 span { border-color: rgb(87,25,35); }

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