Html Css Color HEX #551535 Blackberry

📋 copy color: '#551535'

red 85 ◦ green 21 ◦ blue 53

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

Shades of Blackberry #551535

Tints of Blackberry #551535

RGB

 RED value IS 85 (33.59% from 255) = 53.46%

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

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

R = 53.46%
G = 13.21%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.38

 K value IS 0.67

RGB Variations

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

Color information

#551535 (or 0x551535) is known color: Blackberry. HEX triplet: 55, 15 and 35. RGB value is (85,21,53). Sum of RGB (Red+Green+Blue) = 85+21+53=159 (21% of max value = 765). Red value is 85 (33.59% from 255 or 53.46% from 159); Green value is 21 (8.59% from 255 or 13.21% from 159); Blue value is 53 (21.09% from 255 or 33.33% from 159); Max value from RGB is 85 - color contains mainly: red. Hex color #551535 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551535 is #AAEACA. Grayscale: #2B2B2B. Windows color (decimal): -11201227 or 3478869. OLE color: 3478869.

HSL color Cylindrical-coordinate representation of color #551535: hue angle of 330º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #551535 is Cyan = 0, Magento = 0.75, Yellow = 0.38 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 21 53 -
CMYK 0 0.75 0.38 0.67
HSL 330º 0.6% 0.21% -
HSV(B) 330º 0.75% 0.33% -
XYZ 4.66 2.72 3.65 -
YUV 43.78 133.2 157.4 -
System Red Green Blue C M Y K H S L
Decimal 85 21 53 0 0.75 0.38 0.67 330 0.6 0.21
Hex 55 15 35 0 4B 26 43 14A 3C 15
Octal 125 25 65 0 113 46 103 512 74 25
Binary 1010101 10101 110101 0 1001011 100110 1000011 101001010 111100 10101

Color Harmonies of #551535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551535

Black with #551535

Text Example


Text Example

White with #551535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551535; }

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

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

background-color css

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

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

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

border-color css

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

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

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