Html Css Color HEX #571C2B Bordeaux

📋 copy color: '#571C2B'

red 87 ◦ green 28 ◦ blue 43

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

Shades of Bordeaux #571C2B

Tints of Bordeaux #571C2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 27.22%

R = 55.06%
G = 17.72%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.51

 K value IS 0.66

RGB Variations

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

Color information

#571C2B (or 0x571C2B) is known color: Bordeaux. HEX triplet: 57, 1C and 2B. RGB value is (87,28,43). Sum of RGB (Red+Green+Blue) = 87+28+43=158 (20% of max value = 765). Red value is 87 (34.38% from 255 or 55.06% from 158); Green value is 28 (11.33% from 255 or 17.72% from 158); Blue value is 43 (17.19% from 255 or 27.22% from 158); Max value from RGB is 87 - color contains mainly: red. Hex color #571C2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571C2B is #A8E3D4. Grayscale: #2F2F2F. Windows color (decimal): -11068373 or 2825303. OLE color: 2825303.

HSL color Cylindrical-coordinate representation of color #571C2B: hue angle of 344.75º 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 #571C2B is Cyan = 0, Magento = 0.68, Yellow = 0.51 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 28 43 -
CMYK 0 0.68 0.51 0.66
HSL 344.75º 0.51% 0.23% -
HSV(B) 344.75º 0.68% 0.34% -
XYZ 4.78 3.03 2.62 -
YUV 47.35 125.55 156.28 -
System Red Green Blue C M Y K H S L
Decimal 87 28 43 0 0.68 0.51 0.66 344.75 0.51 0.23
Hex 57 1C 2B 0 44 33 42 159 33 17
Octal 127 34 53 0 104 63 102 531 63 27
Binary 1010111 11100 101011 0 1000100 110011 1000010 101011001 110011 10111

Color Harmonies of #571C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571C2B

Black with #571C2B

Text Example


Text Example

White with #571C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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