Html Css Color HEX #551437 Blackberry

📋 copy color: '#551437'

red 85 ◦ green 20 ◦ blue 55

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

Shades of Blackberry #551437

Tints of Blackberry #551437

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.5%

 BLUE value IS 55 (21.88% from 255) = 34.38%

R = 53.13%
G = 12.5%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.35

 K value IS 0.67

RGB Variations

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

Color information

#551437 (or 0x551437) is known color: Blackberry. HEX triplet: 55, 14 and 37. RGB value is (85,20,55). Sum of RGB (Red+Green+Blue) = 85+20+55=160 (21% of max value = 765). Red value is 85 (33.59% from 255 or 53.12% from 160); Green value is 20 (8.20% from 255 or 12.5% from 160); Blue value is 55 (21.88% from 255 or 34.38% from 160); Max value from RGB is 85 - color contains mainly: red. Hex color #551437 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551437 is #AAEBC8. Grayscale: #2B2B2B. Windows color (decimal): -11201481 or 3609685. OLE color: 3609685.

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

Color convert

RGB 85 20 55 -
CMYK 0 0.76 0.35 0.67
HSL 327.69º 0.62% 0.21% -
HSV(B) 327.69º 0.76% 0.33% -
XYZ 4.69 2.71 3.89 -
YUV 43.43 134.53 157.65 -
System Red Green Blue C M Y K H S L
Decimal 85 20 55 0 0.76 0.35 0.67 327.69 0.62 0.21
Hex 55 14 37 0 4C 23 43 148 3E 15
Octal 125 24 67 0 114 43 103 510 76 25
Binary 1010101 10100 110111 0 1001100 100011 1000011 101001000 111110 10101

Color Harmonies of #551437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551437

Black with #551437

Text Example


Text Example

White with #551437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551437; }

 p { color: rgb(85,20,55); }

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

background-color css

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

 a { background-color: rgb(85,20,55); }

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

border-color css

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

 span { border-color: rgb(85,20,55); }

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