Html Css Color HEX #551637 Blackberry

📋 copy color: '#551637'

red 85 ◦ green 22 ◦ blue 55

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

Shades of Blackberry #551637

Tints of Blackberry #551637

RGB

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

 GREEN value IS 22 (8.98% from 255) = 13.58%

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

R = 52.47%
G = 13.58%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.35

 K value IS 0.67

RGB Variations

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

Color information

#551637 (or 0x551637) is known color: Blackberry. HEX triplet: 55, 16 and 37. RGB value is (85,22,55). Sum of RGB (Red+Green+Blue) = 85+22+55=162 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.47% from 162); Green value is 22 (8.98% from 255 or 13.58% from 162); Blue value is 55 (21.88% from 255 or 33.95% from 162); Max value from RGB is 85 - color contains mainly: red. Hex color #551637 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551637 is #AAE9C8. Grayscale: #2C2C2C. Windows color (decimal): -11200969 or 3610197. OLE color: 3610197.

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

Color convert

RGB 85 22 55 -
CMYK 0 0.74 0.35 0.67
HSL 328.57º 0.59% 0.21% -
HSV(B) 328.57º 0.74% 0.33% -
XYZ 4.72 2.78 3.9 -
YUV 44.6 133.87 156.82 -
System Red Green Blue C M Y K H S L
Decimal 85 22 55 0 0.74 0.35 0.67 328.57 0.59 0.21
Hex 55 16 37 0 4A 23 43 149 3B 15
Octal 125 26 67 0 112 43 103 511 73 25
Binary 1010101 10110 110111 0 1001010 100011 1000011 101001001 111011 10101

Color Harmonies of #551637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551637

Black with #551637

Text Example


Text Example

White with #551637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551637; }

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

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

background-color css

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

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

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

border-color css

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

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

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