Html Css Color HEX #571335 Blackberry

📋 copy color: '#571335'

red 87 ◦ green 19 ◦ blue 53

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

Shades of Blackberry #571335

Tints of Blackberry #571335

RGB

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

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

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

R = 54.72%
G = 11.95%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.39

 K value IS 0.66

RGB Variations

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

Color information

#571335 (or 0x571335) is known color: Blackberry. HEX triplet: 57, 13 and 35. RGB value is (87,19,53). Sum of RGB (Red+Green+Blue) = 87+19+53=159 (21% of max value = 765). Red value is 87 (34.38% from 255 or 54.72% from 159); Green value is 19 (7.81% from 255 or 11.95% from 159); Blue value is 53 (21.09% from 255 or 33.33% from 159); Max value from RGB is 87 - color contains mainly: red. Hex color #571335 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571335 is #A8ECCA. Grayscale: #2B2B2B. Windows color (decimal): -11070667 or 3478359. OLE color: 3478359.

HSL color Cylindrical-coordinate representation of color #571335: hue angle of 330º 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 #571335 is Cyan = 0, Magento = 0.78, Yellow = 0.39 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 19 53 -
CMYK 0 0.78 0.39 0.66
HSL 330º 0.64% 0.21% -
HSV(B) 330º 0.78% 0.34% -
XYZ 4.81 2.75 3.65 -
YUV 43.21 133.53 159.24 -
System Red Green Blue C M Y K H S L
Decimal 87 19 53 0 0.78 0.39 0.66 330 0.64 0.21
Hex 57 13 35 0 4E 27 42 14A 40 15
Octal 127 23 65 0 116 47 102 512 100 25
Binary 1010111 10011 110101 0 1001110 100111 1000010 101001010 1000000 10101

Color Harmonies of #571335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571335

Black with #571335

Text Example


Text Example

White with #571335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571335; }

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

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

background-color css

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

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

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

border-color css

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

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

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