Html Css Color HEX #571227 Bordeaux

📋 copy color: '#571227'

red 87 ◦ green 18 ◦ blue 39

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

Shades of Bordeaux #571227

Tints of Bordeaux #571227

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.5%

 BLUE value IS 39 (15.63% from 255) = 27.08%

R = 60.42%
G = 12.5%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.55

 K value IS 0.66

RGB Variations

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

Color information

#571227 (or 0x571227) is known color: Bordeaux. HEX triplet: 57, 12 and 27. RGB value is (87,18,39). Sum of RGB (Red+Green+Blue) = 87+18+39=144 (19% of max value = 765). Red value is 87 (34.38% from 255 or 60.42% from 144); Green value is 18 (7.42% from 255 or 12.5% from 144); Blue value is 39 (15.62% from 255 or 27.08% from 144); Max value from RGB is 87 - color contains mainly: red. Hex color #571227 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571227 is #A8EDD8. Grayscale: #292929. Windows color (decimal): -11070937 or 2560599. OLE color: 2560599.

HSL color Cylindrical-coordinate representation of color #571227: hue angle of 341.74º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #571227 is Cyan = 0, Magento = 0.79, Yellow = 0.55 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 18 39 -
CMYK 0 0.79 0.55 0.66
HSL 341.74º 0.66% 0.21% -
HSV(B) 341.74º 0.79% 0.34% -
XYZ 4.51 2.61 2.18 -
YUV 41.03 126.86 160.79 -
System Red Green Blue C M Y K H S L
Decimal 87 18 39 0 0.79 0.55 0.66 341.74 0.66 0.21
Hex 57 12 27 0 4F 37 42 156 42 15
Octal 127 22 47 0 117 67 102 526 102 25
Binary 1010111 10010 100111 0 1001111 110111 1000010 101010110 1000010 10101

Color Harmonies of #571227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571227

Black with #571227

Text Example


Text Example

White with #571227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571227; }

 p { color: rgb(87,18,39); }

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

background-color css

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

 a { background-color: rgb(87,18,39); }

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

border-color css

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

 span { border-color: rgb(87,18,39); }

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