Html Css Color HEX #551136 Blackberry

📋 copy color: '#551136'

red 85 ◦ green 17 ◦ blue 54

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

Shades of Blackberry #551136

Tints of Blackberry #551136

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.9%

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

R = 54.49%
G = 10.9%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.36

 K value IS 0.67

RGB Variations

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

Color information

#551136 (or 0x551136) is known color: Blackberry. HEX triplet: 55, 11 and 36. RGB value is (85,17,54). Sum of RGB (Red+Green+Blue) = 85+17+54=156 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.49% from 156); Green value is 17 (7.03% from 255 or 10.90% from 156); Blue value is 54 (21.48% from 255 or 34.62% from 156); Max value from RGB is 85 - color contains mainly: red. Hex color #551136 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551136 is #AAEEC9. Grayscale: #292929. Windows color (decimal): -11202250 or 3543381. OLE color: 3543381.

HSL color Cylindrical-coordinate representation of color #551136: hue angle of 327.35º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #551136 is Cyan = 0, Magento = 0.80, Yellow = 0.36 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 17 54 -
CMYK 0 0.80 0.36 0.67
HSL 327.35º 0.67% 0.2% -
HSV(B) 327.35º 0.8% 0.33% -
XYZ 4.61 2.6 3.75 -
YUV 41.55 135.03 158.99 -
System Red Green Blue C M Y K H S L
Decimal 85 17 54 0 0.80 0.36 0.67 327.35 0.67 0.2
Hex 55 11 36 0 50 24 43 147 43 14
Octal 125 21 66 0 120 44 103 507 103 24
Binary 1010101 10001 110110 0 1010000 100100 1000011 101000111 1000011 10100

Color Harmonies of #551136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551136

Black with #551136

Text Example


Text Example

White with #551136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551136; }

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

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

background-color css

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

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

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

border-color css

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

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

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