Html Css Color HEX #551534 Blackberry

📋 copy color: '#551534'

red 85 ◦ green 21 ◦ blue 52

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

Shades of Blackberry #551534

Tints of Blackberry #551534

RGB

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

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

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

R = 53.8%
G = 13.29%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.39

 K value IS 0.67

RGB Variations

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

Color information

#551534 (or 0x551534) is known color: Blackberry. HEX triplet: 55, 15 and 34. RGB value is (85,21,52). Sum of RGB (Red+Green+Blue) = 85+21+52=158 (20% of max value = 765). Red value is 85 (33.59% from 255 or 53.80% from 158); Green value is 21 (8.59% from 255 or 13.29% from 158); Blue value is 52 (20.70% from 255 or 32.91% from 158); Max value from RGB is 85 - color contains mainly: red. Hex color #551534 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551534 is #AAEACB. Grayscale: #2B2B2B. Windows color (decimal): -11201228 or 3413333. OLE color: 3413333.

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

Color convert

RGB 85 21 52 -
CMYK 0 0.75 0.39 0.67
HSL 330.94º 0.6% 0.21% -
HSV(B) 330.94º 0.75% 0.33% -
XYZ 4.63 2.72 3.53 -
YUV 43.67 132.7 157.48 -
System Red Green Blue C M Y K H S L
Decimal 85 21 52 0 0.75 0.39 0.67 330.94 0.6 0.21
Hex 55 15 34 0 4B 27 43 14B 3C 15
Octal 125 25 64 0 113 47 103 513 74 25
Binary 1010101 10101 110100 0 1001011 100111 1000011 101001011 111100 10101

Color Harmonies of #551534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551534

Black with #551534

Text Example


Text Example

White with #551534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551534; }

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

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

background-color css

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

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

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

border-color css

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

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

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