Html Css Color HEX #551640 Blackberry

📋 copy color: '#551640'

red 85 ◦ green 22 ◦ blue 64

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

Shades of Blackberry #551640

Tints of Blackberry #551640

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 37.43%

R = 49.71%
G = 12.87%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.25

 K value IS 0.67

RGB Variations

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

Color information

#551640 (or 0x551640) is known color: Blackberry. HEX triplet: 55, 16 and 40. RGB value is (85,22,64). Sum of RGB (Red+Green+Blue) = 85+22+64=171 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.71% from 171); Green value is 22 (8.98% from 255 or 12.87% from 171); Blue value is 64 (25.39% from 255 or 37.43% from 171); Max value from RGB is 85 - color contains mainly: red. Hex color #551640 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551640 is #AAE9BF. Grayscale: #2D2D2D. Windows color (decimal): -11200960 or 4200021. OLE color: 4200021.

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

Color convert

RGB 85 22 64 -
CMYK 0 0.74 0.25 0.67
HSL 320º 0.59% 0.21% -
HSV(B) 320º 0.74% 0.33% -
XYZ 4.96 2.88 5.14 -
YUV 45.63 138.37 156.08 -
System Red Green Blue C M Y K H S L
Decimal 85 22 64 0 0.74 0.25 0.67 320 0.59 0.21
Hex 55 16 40 0 4A 19 43 140 3B 15
Octal 125 26 100 0 112 31 103 500 73 25
Binary 1010101 10110 1000000 0 1001010 11001 1000011 101000000 111011 10101

Color Harmonies of #551640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551640

Black with #551640

Text Example


Text Example

White with #551640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551640; }

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

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

background-color css

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

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

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

border-color css

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

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

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