Html Css Color HEX #59112D Blackberry

📋 copy color: '#59112D'

red 89 ◦ green 17 ◦ blue 45

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

Shades of Blackberry #59112D

Tints of Blackberry #59112D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.26%

 BLUE value IS 45 (17.97% from 255) = 29.8%

R = 58.94%
G = 11.26%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.49

 K value IS 0.65

RGB Variations

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

Color information

#59112D (or 0x59112D) is known color: Blackberry. HEX triplet: 59, 11 and 2D. RGB value is (89,17,45). Sum of RGB (Red+Green+Blue) = 89+17+45=151 (20% of max value = 765). Red value is 89 (35.16% from 255 or 58.94% from 151); Green value is 17 (7.03% from 255 or 11.26% from 151); Blue value is 45 (17.97% from 255 or 29.80% from 151); Max value from RGB is 89 - color contains mainly: red. Hex color #59112D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59112D is #A6EED2. Grayscale: #292929. Windows color (decimal): -10940115 or 2953561. OLE color: 2953561.

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

Color convert

RGB 89 17 45 -
CMYK 0 0.81 0.49 0.65
HSL 336.67º 0.68% 0.21% -
HSV(B) 336.67º 0.81% 0.35% -
XYZ 4.79 2.71 2.75 -
YUV 41.72 129.85 161.72 -
System Red Green Blue C M Y K H S L
Decimal 89 17 45 0 0.81 0.49 0.65 336.67 0.68 0.21
Hex 59 11 2D 0 51 31 41 151 44 15
Octal 131 21 55 0 121 61 101 521 104 25
Binary 1011001 10001 101101 0 1010001 110001 1000001 101010001 1000100 10101

Color Harmonies of #59112D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59112D

Black with #59112D

Text Example


Text Example

White with #59112D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59112D; }

 p { color: rgb(89,17,45); }

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

background-color css

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

 a { background-color: rgb(89,17,45); }

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

border-color css

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

 span { border-color: rgb(89,17,45); }

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