Html Css Color HEX #571B2A Bordeaux

📋 copy color: '#571B2A'

red 87 ◦ green 27 ◦ blue 42

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

Shades of Bordeaux #571B2A

Tints of Bordeaux #571B2A

RGB

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

 GREEN value IS 27 (10.94% from 255) = 17.31%

 BLUE value IS 42 (16.8% from 255) = 26.92%

R = 55.77%
G = 17.31%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.52

 K value IS 0.66

RGB Variations

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

Color information

#571B2A (or 0x571B2A) is known color: Bordeaux. HEX triplet: 57, 1B and 2A. RGB value is (87,27,42). Sum of RGB (Red+Green+Blue) = 87+27+42=156 (20% of max value = 765). Red value is 87 (34.38% from 255 or 55.77% from 156); Green value is 27 (10.94% from 255 or 17.31% from 156); Blue value is 42 (16.80% from 255 or 26.92% from 156); Max value from RGB is 87 - color contains mainly: red. Hex color #571B2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571B2A is #A8E4D5. Grayscale: #2E2E2E. Windows color (decimal): -11068630 or 2759511. OLE color: 2759511.

HSL color Cylindrical-coordinate representation of color #571B2A: hue angle of 345º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #571B2A is Cyan = 0, Magento = 0.69, Yellow = 0.52 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 27 42 -
CMYK 0 0.69 0.52 0.66
HSL 345º 0.53% 0.22% -
HSV(B) 345º 0.69% 0.34% -
XYZ 4.74 2.98 2.52 -
YUV 46.65 125.38 156.78 -
System Red Green Blue C M Y K H S L
Decimal 87 27 42 0 0.69 0.52 0.66 345 0.53 0.22
Hex 57 1B 2A 0 45 34 42 159 35 16
Octal 127 33 52 0 105 64 102 531 65 26
Binary 1010111 11011 101010 0 1000101 110100 1000010 101011001 110101 10110

Color Harmonies of #571B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571B2A

Black with #571B2A

Text Example


Text Example

White with #571B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,27,42); }

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

background-color css

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

 a { background-color: rgb(87,27,42); }

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

border-color css

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

 span { border-color: rgb(87,27,42); }

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