Html Css Color HEX #551536 Blackberry

📋 copy color: '#551536'

red 85 ◦ green 21 ◦ blue 54

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

Shades of Blackberry #551536

Tints of Blackberry #551536

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 33.75%

R = 53.13%
G = 13.13%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.36

 K value IS 0.67

RGB Variations

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

Color information

#551536 (or 0x551536) is known color: Blackberry. HEX triplet: 55, 15 and 36. RGB value is (85,21,54). Sum of RGB (Red+Green+Blue) = 85+21+54=160 (21% of max value = 765). Red value is 85 (33.59% from 255 or 53.12% from 160); Green value is 21 (8.59% from 255 or 13.12% from 160); Blue value is 54 (21.48% from 255 or 33.75% from 160); Max value from RGB is 85 - color contains mainly: red. Hex color #551536 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551536 is #AAEAC9. Grayscale: #2B2B2B. Windows color (decimal): -11201226 or 3544405. OLE color: 3544405.

HSL color Cylindrical-coordinate representation of color #551536: hue angle of 329.06º 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 #551536 is Cyan = 0, Magento = 0.75, Yellow = 0.36 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 21 54 -
CMYK 0 0.75 0.36 0.67
HSL 329.06º 0.6% 0.21% -
HSV(B) 329.06º 0.75% 0.33% -
XYZ 4.68 2.73 3.77 -
YUV 43.9 133.7 157.32 -
System Red Green Blue C M Y K H S L
Decimal 85 21 54 0 0.75 0.36 0.67 329.06 0.6 0.21
Hex 55 15 36 0 4B 24 43 149 3C 15
Octal 125 25 66 0 113 44 103 511 74 25
Binary 1010101 10101 110110 0 1001011 100100 1000011 101001001 111100 10101

Color Harmonies of #551536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551536

Black with #551536

Text Example


Text Example

White with #551536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551536; }

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

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

background-color css

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

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

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

border-color css

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

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

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