Html Css Color HEX #571535 Blackberry

📋 copy color: '#571535'

red 87 ◦ green 21 ◦ blue 53

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

Shades of Blackberry #571535

Tints of Blackberry #571535

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.04%

 BLUE value IS 53 (21.09% from 255) = 32.92%

R = 54.04%
G = 13.04%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.39

 K value IS 0.66

RGB Variations

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

Color information

#571535 (or 0x571535) is known color: Blackberry. HEX triplet: 57, 15 and 35. RGB value is (87,21,53). Sum of RGB (Red+Green+Blue) = 87+21+53=161 (21% of max value = 765). Red value is 87 (34.38% from 255 or 54.04% from 161); Green value is 21 (8.59% from 255 or 13.04% from 161); Blue value is 53 (21.09% from 255 or 32.92% from 161); Max value from RGB is 87 - color contains mainly: red. Hex color #571535 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571535 is #A8EACA. Grayscale: #2C2C2C. Windows color (decimal): -11070155 or 3478871. OLE color: 3478871.

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

Color convert

RGB 87 21 53 -
CMYK 0 0.76 0.39 0.66
HSL 330.91º 0.61% 0.21% -
HSV(B) 330.91º 0.76% 0.34% -
XYZ 4.84 2.82 3.66 -
YUV 44.38 132.87 158.4 -
System Red Green Blue C M Y K H S L
Decimal 87 21 53 0 0.76 0.39 0.66 330.91 0.61 0.21
Hex 57 15 35 0 4C 27 42 14B 3D 15
Octal 127 25 65 0 114 47 102 513 75 25
Binary 1010111 10101 110101 0 1001100 100111 1000010 101001011 111101 10101

Color Harmonies of #571535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571535

Black with #571535

Text Example


Text Example

White with #571535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571535; }

 p { color: rgb(87,21,53); }

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

background-color css

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

 a { background-color: rgb(87,21,53); }

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

border-color css

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

 span { border-color: rgb(87,21,53); }

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