Html Css Color HEX #550626 Blackberry

📋 copy color: '#550626'

red 85 ◦ green 6 ◦ blue 38

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

Shades of Blackberry #550626

Tints of Blackberry #550626

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.65%

 BLUE value IS 38 (15.23% from 255) = 29.46%

R = 65.89%
G = 4.65%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.55

 K value IS 0.67

RGB Variations

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

Color information

#550626 (or 0x550626) is known color: Blackberry. HEX triplet: 55, 06 and 26. RGB value is (85,6,38). Sum of RGB (Red+Green+Blue) = 85+6+38=129 (17% of max value = 765). Red value is 85 (33.59% from 255 or 65.89% from 129); Green value is 6 (2.73% from 255 or 4.65% from 129); Blue value is 38 (15.23% from 255 or 29.46% from 129); Max value from RGB is 85 - color contains mainly: red. Hex color #550626 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550626 is #AAF9D9. Grayscale: #212121. Windows color (decimal): -11205082 or 2491989. OLE color: 2491989.

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

Color convert

RGB 85 6 38 -
CMYK 0 0.93 0.55 0.67
HSL 335.7º 0.87% 0.18% -
HSV(B) 335.7º 0.93% 0.33% -
XYZ 4.16 2.2 2.04 -
YUV 33.27 130.67 164.9 -
System Red Green Blue C M Y K H S L
Decimal 85 6 38 0 0.93 0.55 0.67 335.7 0.87 0.18
Hex 55 6 26 0 5D 37 43 150 57 12
Octal 125 6 46 0 135 67 103 520 127 22
Binary 1010101 110 100110 0 1011101 110111 1000011 101010000 1010111 10010

Color Harmonies of #550626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550626

Black with #550626

Text Example


Text Example

White with #550626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550626; }

 p { color: rgb(85,6,38); }

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

background-color css

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

 a { background-color: rgb(85,6,38); }

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

border-color css

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

 span { border-color: rgb(85,6,38); }

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