Html Css Color HEX #551733 Blackberry

📋 copy color: '#551733'

red 85 ◦ green 23 ◦ blue 51

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

Shades of Blackberry #551733

Tints of Blackberry #551733

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.47%

 BLUE value IS 51 (20.31% from 255) = 32.08%

R = 53.46%
G = 14.47%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.40

 K value IS 0.67

RGB Variations

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

Color information

#551733 (or 0x551733) is known color: Blackberry. HEX triplet: 55, 17 and 33. RGB value is (85,23,51). Sum of RGB (Red+Green+Blue) = 85+23+51=159 (21% of max value = 765). Red value is 85 (33.59% from 255 or 53.46% from 159); Green value is 23 (9.38% from 255 or 14.47% from 159); Blue value is 51 (20.31% from 255 or 32.08% from 159); Max value from RGB is 85 - color contains mainly: red. Hex color #551733 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551733 is #AAE8CC. Grayscale: #2C2C2C. Windows color (decimal): -11200717 or 3348309. OLE color: 3348309.

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

Color convert

RGB 85 23 51 -
CMYK 0 0.73 0.40 0.67
HSL 332.9º 0.57% 0.21% -
HSV(B) 332.9º 0.73% 0.33% -
XYZ 4.65 2.78 3.42 -
YUV 44.73 131.54 156.72 -
System Red Green Blue C M Y K H S L
Decimal 85 23 51 0 0.73 0.40 0.67 332.9 0.57 0.21
Hex 55 17 33 0 49 28 43 14D 39 15
Octal 125 27 63 0 111 50 103 515 71 25
Binary 1010101 10111 110011 0 1001001 101000 1000011 101001101 111001 10101

Color Harmonies of #551733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551733

Black with #551733

Text Example


Text Example

White with #551733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551733; }

 p { color: rgb(85,23,51); }

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

background-color css

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

 a { background-color: rgb(85,23,51); }

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

border-color css

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

 span { border-color: rgb(85,23,51); }

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