Html Css Color HEX #551533 Blackberry

📋 copy color: '#551533'

red 85 ◦ green 21 ◦ blue 51

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

Shades of Blackberry #551533

Tints of Blackberry #551533

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.38%

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

R = 54.14%
G = 13.38%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.40

 K value IS 0.67

RGB Variations

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

Color information

#551533 (or 0x551533) is known color: Blackberry. HEX triplet: 55, 15 and 33. RGB value is (85,21,51). Sum of RGB (Red+Green+Blue) = 85+21+51=157 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.14% from 157); Green value is 21 (8.59% from 255 or 13.38% from 157); Blue value is 51 (20.31% from 255 or 32.48% from 157); Max value from RGB is 85 - color contains mainly: red. Hex color #551533 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551533 is #AAEACC. Grayscale: #2B2B2B. Windows color (decimal): -11201229 or 3347797. OLE color: 3347797.

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

Color convert

RGB 85 21 51 -
CMYK 0 0.75 0.40 0.67
HSL 331.88º 0.6% 0.21% -
HSV(B) 331.88º 0.75% 0.33% -
XYZ 4.61 2.71 3.41 -
YUV 43.56 132.2 157.56 -
System Red Green Blue C M Y K H S L
Decimal 85 21 51 0 0.75 0.40 0.67 331.88 0.6 0.21
Hex 55 15 33 0 4B 28 43 14C 3C 15
Octal 125 25 63 0 113 50 103 514 74 25
Binary 1010101 10101 110011 0 1001011 101000 1000011 101001100 111100 10101

Color Harmonies of #551533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551533

Black with #551533

Text Example


Text Example

White with #551533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551533; }

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

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

background-color css

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

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

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

border-color css

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

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

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