Html Css Color HEX #550927 Blackberry

📋 copy color: '#550927'

red 85 ◦ green 9 ◦ blue 39

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

Shades of Blackberry #550927

Tints of Blackberry #550927

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.77%

 BLUE value IS 39 (15.63% from 255) = 29.32%

R = 63.91%
G = 6.77%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.54

 K value IS 0.67

RGB Variations

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

Color information

#550927 (or 0x550927) is known color: Blackberry. HEX triplet: 55, 09 and 27. RGB value is (85,9,39). Sum of RGB (Red+Green+Blue) = 85+9+39=133 (17% of max value = 765). Red value is 85 (33.59% from 255 or 63.91% from 133); Green value is 9 (3.91% from 255 or 6.77% from 133); Blue value is 39 (15.62% from 255 or 29.32% from 133); Max value from RGB is 85 - color contains mainly: red. Hex color #550927 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550927 is #AAF6D8. Grayscale: #232323. Windows color (decimal): -11204313 or 2558293. OLE color: 2558293.

HSL color Cylindrical-coordinate representation of color #550927: hue angle of 336.32º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #550927 is Cyan = 0, Magento = 0.89, Yellow = 0.54 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 9 39 -
CMYK 0 0.89 0.54 0.67
HSL 336.32º 0.81% 0.18% -
HSV(B) 336.32º 0.89% 0.33% -
XYZ 4.21 2.27 2.14 -
YUV 35.14 130.18 163.56 -
System Red Green Blue C M Y K H S L
Decimal 85 9 39 0 0.89 0.54 0.67 336.32 0.81 0.18
Hex 55 9 27 0 59 36 43 150 51 12
Octal 125 11 47 0 131 66 103 520 121 22
Binary 1010101 1001 100111 0 1011001 110110 1000011 101010000 1010001 10010

Color Harmonies of #550927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550927

Black with #550927

Text Example


Text Example

White with #550927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550927; }

 p { color: rgb(85,9,39); }

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

background-color css

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

 a { background-color: rgb(85,9,39); }

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

border-color css

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

 span { border-color: rgb(85,9,39); }

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