Html Css Color HEX #571727 Bordeaux

📋 copy color: '#571727'

red 87 ◦ green 23 ◦ blue 39

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

Shades of Bordeaux #571727

Tints of Bordeaux #571727

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 26.17%

R = 58.39%
G = 15.44%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.55

 K value IS 0.66

RGB Variations

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

Color information

#571727 (or 0x571727) is known color: Bordeaux. HEX triplet: 57, 17 and 27. RGB value is (87,23,39). Sum of RGB (Red+Green+Blue) = 87+23+39=149 (19% of max value = 765). Red value is 87 (34.38% from 255 or 58.39% from 149); Green value is 23 (9.38% from 255 or 15.44% from 149); Blue value is 39 (15.62% from 255 or 26.17% from 149); Max value from RGB is 87 - color contains mainly: red. Hex color #571727 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571727 is #A8E8D8. Grayscale: #2B2B2B. Windows color (decimal): -11069657 or 2561879. OLE color: 2561879.

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

Color convert

RGB 87 23 39 -
CMYK 0 0.74 0.55 0.66
HSL 345º 0.58% 0.22% -
HSV(B) 345º 0.74% 0.34% -
XYZ 4.6 2.79 2.21 -
YUV 43.96 125.2 158.7 -
System Red Green Blue C M Y K H S L
Decimal 87 23 39 0 0.74 0.55 0.66 345 0.58 0.22
Hex 57 17 27 0 4A 37 42 159 3A 16
Octal 127 27 47 0 112 67 102 531 72 26
Binary 1010111 10111 100111 0 1001010 110111 1000010 101011001 111010 10110

Color Harmonies of #571727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571727

Black with #571727

Text Example


Text Example

White with #571727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571727; }

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

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

background-color css

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

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

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

border-color css

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

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

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