Html Css Color HEX #551735 Blackberry

📋 copy color: '#551735'

red 85 ◦ green 23 ◦ blue 53

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

Shades of Blackberry #551735

Tints of Blackberry #551735

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 32.92%

R = 52.8%
G = 14.29%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.38

 K value IS 0.67

RGB Variations

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

Color information

#551735 (or 0x551735) is known color: Blackberry. HEX triplet: 55, 17 and 35. RGB value is (85,23,53). Sum of RGB (Red+Green+Blue) = 85+23+53=161 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.80% from 161); Green value is 23 (9.38% from 255 or 14.29% from 161); Blue value is 53 (21.09% from 255 or 32.92% from 161); Max value from RGB is 85 - color contains mainly: red. Hex color #551735 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551735 is #AAE8CA. Grayscale: #2C2C2C. Windows color (decimal): -11200715 or 3479381. OLE color: 3479381.

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

Color convert

RGB 85 23 53 -
CMYK 0 0.73 0.38 0.67
HSL 330.97º 0.57% 0.21% -
HSV(B) 330.97º 0.73% 0.33% -
XYZ 4.7 2.8 3.66 -
YUV 44.96 132.54 156.56 -
System Red Green Blue C M Y K H S L
Decimal 85 23 53 0 0.73 0.38 0.67 330.97 0.57 0.21
Hex 55 17 35 0 49 26 43 14B 39 15
Octal 125 27 65 0 111 46 103 513 71 25
Binary 1010101 10111 110101 0 1001001 100110 1000011 101001011 111001 10101

Color Harmonies of #551735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551735

Black with #551735

Text Example


Text Example

White with #551735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551735; }

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

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

background-color css

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

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

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

border-color css

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

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

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