Html Css Color HEX #571523 Bordeaux

📋 copy color: '#571523'

red 87 ◦ green 21 ◦ blue 35

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

Shades of Bordeaux #571523

Tints of Bordeaux #571523

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.69%

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

R = 60.84%
G = 14.69%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.60

 K value IS 0.66

RGB Variations

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

Color information

#571523 (or 0x571523) is known color: Bordeaux. HEX triplet: 57, 15 and 23. RGB value is (87,21,35). Sum of RGB (Red+Green+Blue) = 87+21+35=143 (18% of max value = 765). Red value is 87 (34.38% from 255 or 60.84% from 143); Green value is 21 (8.59% from 255 or 14.69% from 143); Blue value is 35 (14.06% from 255 or 24.48% from 143); Max value from RGB is 87 - color contains mainly: red. Hex color #571523 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571523 is #A8EADC. Grayscale: #2A2A2A. Windows color (decimal): -11070173 or 2299223. OLE color: 2299223.

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

Color convert

RGB 87 21 35 -
CMYK 0 0.76 0.60 0.66
HSL 347.27º 0.61% 0.21% -
HSV(B) 347.27º 0.76% 0.34% -
XYZ 4.5 2.68 1.87 -
YUV 42.33 123.87 159.86 -
System Red Green Blue C M Y K H S L
Decimal 87 21 35 0 0.76 0.60 0.66 347.27 0.61 0.21
Hex 57 15 23 0 4C 3C 42 15B 3D 15
Octal 127 25 43 0 114 74 102 533 75 25
Binary 1010111 10101 100011 0 1001100 111100 1000010 101011011 111101 10101

Color Harmonies of #571523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571523

Black with #571523

Text Example


Text Example

White with #571523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571523; }

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

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

background-color css

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

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

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

border-color css

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

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

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