Html Css Color HEX #571F2B Bordeaux

📋 copy color: '#571F2B'

red 87 ◦ green 31 ◦ blue 43

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

Shades of Bordeaux #571F2B

Tints of Bordeaux #571F2B

RGB

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

 GREEN value IS 31 (12.5% from 255) = 19.25%

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

R = 54.04%
G = 19.25%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.51

 K value IS 0.66

RGB Variations

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

Color information

#571F2B (or 0x571F2B) is known color: Bordeaux. HEX triplet: 57, 1F and 2B. RGB value is (87,31,43). Sum of RGB (Red+Green+Blue) = 87+31+43=161 (21% of max value = 765). Red value is 87 (34.38% from 255 or 54.04% from 161); Green value is 31 (12.5% from 255 or 19.25% from 161); Blue value is 43 (17.19% from 255 or 26.71% from 161); Max value from RGB is 87 - color contains mainly: red. Hex color #571F2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571F2B is #A8E0D4. Grayscale: #313131. Windows color (decimal): -11067605 or 2826071. OLE color: 2826071.

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

Color convert

RGB 87 31 43 -
CMYK 0 0.64 0.51 0.66
HSL 347.14º 0.47% 0.23% -
HSV(B) 347.14º 0.64% 0.34% -
XYZ 4.86 3.18 2.64 -
YUV 49.11 124.55 155.02 -
System Red Green Blue C M Y K H S L
Decimal 87 31 43 0 0.64 0.51 0.66 347.14 0.47 0.23
Hex 57 1F 2B 0 40 33 42 15B 2F 17
Octal 127 37 53 0 100 63 102 533 57 27
Binary 1010111 11111 101011 0 1000000 110011 1000010 101011011 101111 10111

Color Harmonies of #571F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571F2B

Black with #571F2B

Text Example


Text Example

White with #571F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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