Html Css Color HEX #571131 Blackberry

📋 copy color: '#571131'

red 87 ◦ green 17 ◦ blue 49

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

Shades of Blackberry #571131

Tints of Blackberry #571131

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.11%

 BLUE value IS 49 (19.53% from 255) = 32.03%

R = 56.86%
G = 11.11%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.44

 K value IS 0.66

RGB Variations

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

Color information

#571131 (or 0x571131) is known color: Blackberry. HEX triplet: 57, 11 and 31. RGB value is (87,17,49). Sum of RGB (Red+Green+Blue) = 87+17+49=153 (20% of max value = 765). Red value is 87 (34.38% from 255 or 56.86% from 153); Green value is 17 (7.03% from 255 or 11.11% from 153); Blue value is 49 (19.53% from 255 or 32.03% from 153); Max value from RGB is 87 - color contains mainly: red. Hex color #571131 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571131 is #A8EECE. Grayscale: #292929. Windows color (decimal): -11071183 or 3215703. OLE color: 3215703.

HSL color Cylindrical-coordinate representation of color #571131: hue angle of 332.57º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #571131 is Cyan = 0, Magento = 0.80, Yellow = 0.44 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 17 49 -
CMYK 0 0.80 0.44 0.66
HSL 332.57º 0.67% 0.2% -
HSV(B) 332.57º 0.8% 0.34% -
XYZ 4.69 2.65 3.17 -
YUV 41.58 132.19 160.4 -
System Red Green Blue C M Y K H S L
Decimal 87 17 49 0 0.80 0.44 0.66 332.57 0.67 0.2
Hex 57 11 31 0 50 2C 42 14D 43 14
Octal 127 21 61 0 120 54 102 515 103 24
Binary 1010111 10001 110001 0 1010000 101100 1000010 101001101 1000011 10100

Color Harmonies of #571131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571131

Black with #571131

Text Example


Text Example

White with #571131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571131; }

 p { color: rgb(87,17,49); }

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

background-color css

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

 a { background-color: rgb(87,17,49); }

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

border-color css

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

 span { border-color: rgb(87,17,49); }

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