Html Css Color HEX #571C27 Bordeaux

📋 copy color: '#571C27'

red 87 ◦ green 28 ◦ blue 39

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

Shades of Bordeaux #571C27

Tints of Bordeaux #571C27

RGB

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

 GREEN value IS 28 (11.33% from 255) = 18.18%

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

R = 56.49%
G = 18.18%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.55

 K value IS 0.66

RGB Variations

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

Color information

#571C27 (or 0x571C27) is known color: Bordeaux. HEX triplet: 57, 1C and 27. RGB value is (87,28,39). Sum of RGB (Red+Green+Blue) = 87+28+39=154 (20% of max value = 765). Red value is 87 (34.38% from 255 or 56.49% from 154); Green value is 28 (11.33% from 255 or 18.18% from 154); Blue value is 39 (15.62% from 255 or 25.32% from 154); Max value from RGB is 87 - color contains mainly: red. Hex color #571C27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571C27 is #A8E3D8. Grayscale: #2E2E2E. Windows color (decimal): -11068377 or 2563159. OLE color: 2563159.

HSL color Cylindrical-coordinate representation of color #571C27: hue angle of 348.81º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #571C27 is Cyan = 0, Magento = 0.68, Yellow = 0.55 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 28 39 -
CMYK 0 0.68 0.55 0.66
HSL 348.81º 0.51% 0.23% -
HSV(B) 348.81º 0.68% 0.34% -
XYZ 4.71 3 2.25 -
YUV 46.9 123.55 156.61 -
System Red Green Blue C M Y K H S L
Decimal 87 28 39 0 0.68 0.55 0.66 348.81 0.51 0.23
Hex 57 1C 27 0 44 37 42 15D 33 17
Octal 127 34 47 0 104 67 102 535 63 27
Binary 1010111 11100 100111 0 1000100 110111 1000010 101011101 110011 10111

Color Harmonies of #571C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571C27

Black with #571C27

Text Example


Text Example

White with #571C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571C27; }

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

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

background-color css

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

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

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

border-color css

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

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

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