Html Css Color HEX #571B26 Bordeaux

📋 copy color: '#571B26'

red 87 ◦ green 27 ◦ blue 38

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

Shades of Bordeaux #571B26

Tints of Bordeaux #571B26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 25%

R = 57.24%
G = 17.76%
B = 25%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.56

 K value IS 0.66

RGB Variations

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

Color information

#571B26 (or 0x571B26) is known color: Bordeaux. HEX triplet: 57, 1B and 26. RGB value is (87,27,38). Sum of RGB (Red+Green+Blue) = 87+27+38=152 (20% of max value = 765). Red value is 87 (34.38% from 255 or 57.24% from 152); Green value is 27 (10.94% from 255 or 17.76% from 152); Blue value is 38 (15.23% from 255 or 25% from 152); Max value from RGB is 87 - color contains mainly: red. Hex color #571B26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571B26 is #A8E4D9. Grayscale: #2E2E2E. Windows color (decimal): -11068634 or 2497367. OLE color: 2497367.

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

Color convert

RGB 87 27 38 -
CMYK 0 0.69 0.56 0.66
HSL 349º 0.53% 0.22% -
HSV(B) 349º 0.69% 0.34% -
XYZ 4.67 2.95 2.16 -
YUV 46.19 123.38 157.11 -
System Red Green Blue C M Y K H S L
Decimal 87 27 38 0 0.69 0.56 0.66 349 0.53 0.22
Hex 57 1B 26 0 45 38 42 15D 35 16
Octal 127 33 46 0 105 70 102 535 65 26
Binary 1010111 11011 100110 0 1000101 111000 1000010 101011101 110101 10110

Color Harmonies of #571B26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571B26

Black with #571B26

Text Example


Text Example

White with #571B26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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