Html Css Color HEX #571B25 Bordeaux

📋 copy color: '#571B25'

red 87 ◦ green 27 ◦ blue 37

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

Shades of Bordeaux #571B25

Tints of Bordeaux #571B25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 24.5%

R = 57.62%
G = 17.88%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.57

 K value IS 0.66

RGB Variations

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

Color information

#571B25 (or 0x571B25) is known color: Bordeaux. HEX triplet: 57, 1B and 25. RGB value is (87,27,37). Sum of RGB (Red+Green+Blue) = 87+27+37=151 (20% of max value = 765). Red value is 87 (34.38% from 255 or 57.62% from 151); Green value is 27 (10.94% from 255 or 17.88% from 151); Blue value is 37 (14.84% from 255 or 24.50% from 151); Max value from RGB is 87 - color contains mainly: red. Hex color #571B25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571B25 is #A8E4DA. Grayscale: #2E2E2E. Windows color (decimal): -11068635 or 2431831. OLE color: 2431831.

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

Color convert

RGB 87 27 37 -
CMYK 0 0.69 0.57 0.66
HSL 350º 0.53% 0.22% -
HSV(B) 350º 0.69% 0.34% -
XYZ 4.66 2.94 2.07 -
YUV 46.08 122.88 157.19 -
System Red Green Blue C M Y K H S L
Decimal 87 27 37 0 0.69 0.57 0.66 350 0.53 0.22
Hex 57 1B 25 0 45 39 42 15E 35 16
Octal 127 33 45 0 105 71 102 536 65 26
Binary 1010111 11011 100101 0 1000101 111001 1000010 101011110 110101 10110

Color Harmonies of #571B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571B25

Black with #571B25

Text Example


Text Example

White with #571B25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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