Html Css Color HEX #551434 Blackberry

📋 copy color: '#551434'

red 85 ◦ green 20 ◦ blue 52

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

Shades of Blackberry #551434

Tints of Blackberry #551434

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.74%

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

R = 54.14%
G = 12.74%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.39

 K value IS 0.67

RGB Variations

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

Color information

#551434 (or 0x551434) is known color: Blackberry. HEX triplet: 55, 14 and 34. RGB value is (85,20,52). Sum of RGB (Red+Green+Blue) = 85+20+52=157 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.14% from 157); Green value is 20 (8.20% from 255 or 12.74% from 157); Blue value is 52 (20.70% from 255 or 33.12% from 157); Max value from RGB is 85 - color contains mainly: red. Hex color #551434 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551434 is #AAEBCB. Grayscale: #2B2B2B. Windows color (decimal): -11201484 or 3413077. OLE color: 3413077.

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

Color convert

RGB 85 20 52 -
CMYK 0 0.76 0.39 0.67
HSL 330.46º 0.62% 0.21% -
HSV(B) 330.46º 0.76% 0.33% -
XYZ 4.62 2.68 3.52 -
YUV 43.08 133.03 157.9 -
System Red Green Blue C M Y K H S L
Decimal 85 20 52 0 0.76 0.39 0.67 330.46 0.62 0.21
Hex 55 14 34 0 4C 27 43 14A 3E 15
Octal 125 24 64 0 114 47 103 512 76 25
Binary 1010101 10100 110100 0 1001100 100111 1000011 101001010 111110 10101

Color Harmonies of #551434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551434

Black with #551434

Text Example


Text Example

White with #551434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551434; }

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

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

background-color css

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

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

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

border-color css

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

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

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