Html Css Color HEX #571A2C Bordeaux

📋 copy color: '#571A2C'

red 87 ◦ green 26 ◦ blue 44

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

Shades of Bordeaux #571A2C

Tints of Bordeaux #571A2C

RGB

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

 GREEN value IS 26 (10.55% from 255) = 16.56%

 BLUE value IS 44 (17.58% from 255) = 28.03%

R = 55.41%
G = 16.56%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.49

 K value IS 0.66

RGB Variations

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

Color information

#571A2C (or 0x571A2C) is known color: Bordeaux. HEX triplet: 57, 1A and 2C. RGB value is (87,26,44). Sum of RGB (Red+Green+Blue) = 87+26+44=157 (20% of max value = 765). Red value is 87 (34.38% from 255 or 55.41% from 157); Green value is 26 (10.55% from 255 or 16.56% from 157); Blue value is 44 (17.58% from 255 or 28.03% from 157); Max value from RGB is 87 - color contains mainly: red. Hex color #571A2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571A2C is #A8E5D3. Grayscale: #2E2E2E. Windows color (decimal): -11068884 or 2890327. OLE color: 2890327.

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

Color convert

RGB 87 26 44 -
CMYK 0 0.70 0.49 0.66
HSL 342.3º 0.54% 0.22% -
HSV(B) 342.3º 0.7% 0.34% -
XYZ 4.75 2.95 2.7 -
YUV 46.29 126.71 157.04 -
System Red Green Blue C M Y K H S L
Decimal 87 26 44 0 0.70 0.49 0.66 342.3 0.54 0.22
Hex 57 1A 2C 0 46 31 42 156 36 16
Octal 127 32 54 0 106 61 102 526 66 26
Binary 1010111 11010 101100 0 1000110 110001 1000010 101010110 110110 10110

Color Harmonies of #571A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571A2C

Black with #571A2C

Text Example


Text Example

White with #571A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,26,44); }

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

background-color css

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

 a { background-color: rgb(87,26,44); }

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

border-color css

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

 span { border-color: rgb(87,26,44); }

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