Html Css Color HEX #571332 Blackberry

📋 copy color: '#571332'

red 87 ◦ green 19 ◦ blue 50

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

Shades of Blackberry #571332

Tints of Blackberry #571332

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.18%

 BLUE value IS 50 (19.92% from 255) = 32.05%

R = 55.77%
G = 12.18%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.43

 K value IS 0.66

RGB Variations

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

Color information

#571332 (or 0x571332) is known color: Blackberry. HEX triplet: 57, 13 and 32. RGB value is (87,19,50). Sum of RGB (Red+Green+Blue) = 87+19+50=156 (20% of max value = 765). Red value is 87 (34.38% from 255 or 55.77% from 156); Green value is 19 (7.81% from 255 or 12.18% from 156); Blue value is 50 (19.92% from 255 or 32.05% from 156); Max value from RGB is 87 - color contains mainly: red. Hex color #571332 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571332 is #A8ECCD. Grayscale: #2A2A2A. Windows color (decimal): -11070670 or 3281751. OLE color: 3281751.

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

Color convert

RGB 87 19 50 -
CMYK 0 0.78 0.43 0.66
HSL 332.65º 0.64% 0.21% -
HSV(B) 332.65º 0.78% 0.34% -
XYZ 4.74 2.72 3.29 -
YUV 42.87 132.03 159.48 -
System Red Green Blue C M Y K H S L
Decimal 87 19 50 0 0.78 0.43 0.66 332.65 0.64 0.21
Hex 57 13 32 0 4E 2B 42 14D 40 15
Octal 127 23 62 0 116 53 102 515 100 25
Binary 1010111 10011 110010 0 1001110 101011 1000010 101001101 1000000 10101

Color Harmonies of #571332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571332

Black with #571332

Text Example


Text Example

White with #571332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571332; }

 p { color: rgb(87,19,50); }

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

background-color css

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

 a { background-color: rgb(87,19,50); }

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

border-color css

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

 span { border-color: rgb(87,19,50); }

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