Html Css Color HEX #591334 Blackberry

📋 copy color: '#591334'

red 89 ◦ green 19 ◦ blue 52

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

Shades of Blackberry #591334

Tints of Blackberry #591334

RGB

 RED value IS 89 (35.16% from 255) = 55.63%

 GREEN value IS 19 (7.81% from 255) = 11.88%

 BLUE value IS 52 (20.7% from 255) = 32.5%

R = 55.63%
G = 11.88%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.42

 K value IS 0.65

RGB Variations

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

Color information

#591334 (or 0x591334) is known color: Blackberry. HEX triplet: 59, 13 and 34. RGB value is (89,19,52). Sum of RGB (Red+Green+Blue) = 89+19+52=160 (21% of max value = 765). Red value is 89 (35.16% from 255 or 55.62% from 160); Green value is 19 (7.81% from 255 or 11.88% from 160); Blue value is 52 (20.70% from 255 or 32.5% from 160); Max value from RGB is 89 - color contains mainly: red. Hex color #591334 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591334 is #A6ECCB. Grayscale: #2B2B2B. Windows color (decimal): -10939596 or 3412825. OLE color: 3412825.

HSL color Cylindrical-coordinate representation of color #591334: hue angle of 331.71º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #591334 is Cyan = 0, Magento = 0.79, Yellow = 0.42 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 19 52 -
CMYK 0 0.79 0.42 0.65
HSL 331.71º 0.65% 0.21% -
HSV(B) 331.71º 0.79% 0.35% -
XYZ 4.97 2.84 3.53 -
YUV 43.69 132.69 160.32 -
System Red Green Blue C M Y K H S L
Decimal 89 19 52 0 0.79 0.42 0.65 331.71 0.65 0.21
Hex 59 13 34 0 4F 2A 41 14C 41 15
Octal 131 23 64 0 117 52 101 514 101 25
Binary 1011001 10011 110100 0 1001111 101010 1000001 101001100 1000001 10101

Color Harmonies of #591334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591334

Black with #591334

Text Example


Text Example

White with #591334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591334; }

 p { color: rgb(89,19,52); }

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

background-color css

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

 a { background-color: rgb(89,19,52); }

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

border-color css

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

 span { border-color: rgb(89,19,52); }

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