Html Css Color HEX #571F2A Bordeaux

📋 copy color: '#571F2A'

red 87 ◦ green 31 ◦ blue 42

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

Shades of Bordeaux #571F2A

Tints of Bordeaux #571F2A

RGB

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

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

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

R = 54.38%
G = 19.38%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.52

 K value IS 0.66

RGB Variations

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

Color information

#571F2A (or 0x571F2A) is known color: Bordeaux. HEX triplet: 57, 1F and 2A. RGB value is (87,31,42). Sum of RGB (Red+Green+Blue) = 87+31+42=160 (21% of max value = 765). Red value is 87 (34.38% from 255 or 54.38% from 160); Green value is 31 (12.5% from 255 or 19.38% from 160); Blue value is 42 (16.80% from 255 or 26.25% from 160); Max value from RGB is 87 - color contains mainly: red. Hex color #571F2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571F2A is #A8E0D5. Grayscale: #313131. Windows color (decimal): -11067606 or 2760535. OLE color: 2760535.

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

Color convert

RGB 87 31 42 -
CMYK 0 0.64 0.52 0.66
HSL 348.21º 0.47% 0.23% -
HSV(B) 348.21º 0.64% 0.34% -
XYZ 4.84 3.17 2.55 -
YUV 49 124.05 155.11 -
System Red Green Blue C M Y K H S L
Decimal 87 31 42 0 0.64 0.52 0.66 348.21 0.47 0.23
Hex 57 1F 2A 0 40 34 42 15C 2F 17
Octal 127 37 52 0 100 64 102 534 57 27
Binary 1010111 11111 101010 0 1000000 110100 1000010 101011100 101111 10111

Color Harmonies of #571F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571F2A

Black with #571F2A

Text Example


Text Example

White with #571F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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