Html Css Color HEX #551432 Blackberry

📋 copy color: '#551432'

red 85 ◦ green 20 ◦ blue 50

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

Shades of Blackberry #551432

Tints of Blackberry #551432

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 32.26%

R = 54.84%
G = 12.9%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.41

 K value IS 0.67

RGB Variations

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

Color information

#551432 (or 0x551432) is known color: Blackberry. HEX triplet: 55, 14 and 32. RGB value is (85,20,50). Sum of RGB (Red+Green+Blue) = 85+20+50=155 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.84% from 155); Green value is 20 (8.20% from 255 or 12.90% from 155); Blue value is 50 (19.92% from 255 or 32.26% from 155); Max value from RGB is 85 - color contains mainly: red. Hex color #551432 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551432 is #AAEBCD. Grayscale: #2A2A2A. Windows color (decimal): -11201486 or 3282005. OLE color: 3282005.

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

Color convert

RGB 85 20 50 -
CMYK 0 0.76 0.41 0.67
HSL 332.31º 0.62% 0.21% -
HSV(B) 332.31º 0.76% 0.33% -
XYZ 4.57 2.66 3.29 -
YUV 42.86 132.03 158.06 -
System Red Green Blue C M Y K H S L
Decimal 85 20 50 0 0.76 0.41 0.67 332.31 0.62 0.21
Hex 55 14 32 0 4C 29 43 14C 3E 15
Octal 125 24 62 0 114 51 103 514 76 25
Binary 1010101 10100 110010 0 1001100 101001 1000011 101001100 111110 10101

Color Harmonies of #551432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551432

Black with #551432

Text Example


Text Example

White with #551432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551432; }

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

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

background-color css

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

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

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

border-color css

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

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

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