Html Css Color HEX #571728 Bordeaux

📋 copy color: '#571728'

red 87 ◦ green 23 ◦ blue 40

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

Shades of Bordeaux #571728

Tints of Bordeaux #571728

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.33%

 BLUE value IS 40 (16.02% from 255) = 26.67%

R = 58%
G = 15.33%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.54

 K value IS 0.66

RGB Variations

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

Color information

#571728 (or 0x571728) is known color: Bordeaux. HEX triplet: 57, 17 and 28. RGB value is (87,23,40). Sum of RGB (Red+Green+Blue) = 87+23+40=150 (19% of max value = 765). Red value is 87 (34.38% from 255 or 58% from 150); Green value is 23 (9.38% from 255 or 15.33% from 150); Blue value is 40 (16.02% from 255 or 26.67% from 150); Max value from RGB is 87 - color contains mainly: red. Hex color #571728 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571728 is #A8E8D7. Grayscale: #2C2C2C. Windows color (decimal): -11069656 or 2627415. OLE color: 2627415.

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

Color convert

RGB 87 23 40 -
CMYK 0 0.74 0.54 0.66
HSL 344.06º 0.58% 0.22% -
HSV(B) 344.06º 0.74% 0.34% -
XYZ 4.62 2.79 2.3 -
YUV 44.07 125.7 158.62 -
System Red Green Blue C M Y K H S L
Decimal 87 23 40 0 0.74 0.54 0.66 344.06 0.58 0.22
Hex 57 17 28 0 4A 36 42 158 3A 16
Octal 127 27 50 0 112 66 102 530 72 26
Binary 1010111 10111 101000 0 1001010 110110 1000010 101011000 111010 10110

Color Harmonies of #571728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571728

Black with #571728

Text Example


Text Example

White with #571728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571728; }

 p { color: rgb(87,23,40); }

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

background-color css

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

 a { background-color: rgb(87,23,40); }

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

border-color css

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

 span { border-color: rgb(87,23,40); }

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