Html Css Color HEX #520626 Blackberry

📋 copy color: '#520626'

red 82 ◦ green 6 ◦ blue 38

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

Shades of Blackberry #520626

Tints of Blackberry #520626

RGB

 RED value IS 82 (32.42% from 255) = 65.08%

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

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

R = 65.08%
G = 4.76%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.54

 K value IS 0.68

RGB Variations

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

Color information

#520626 (or 0x520626) is known color: Blackberry. HEX triplet: 52, 06 and 26. RGB value is (82,6,38). Sum of RGB (Red+Green+Blue) = 82+6+38=126 (16% of max value = 765). Red value is 82 (32.42% from 255 or 65.08% from 126); Green value is 6 (2.73% from 255 or 4.76% from 126); Blue value is 38 (15.23% from 255 or 30.16% from 126); Max value from RGB is 82 - color contains mainly: red. Hex color #520626 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520626 is #ADF9D9. Grayscale: #202020. Windows color (decimal): -11401690 or 2491986. OLE color: 2491986.

HSL color Cylindrical-coordinate representation of color #520626: hue angle of 334.74º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #520626 is Cyan = 0, Magento = 0.93, Yellow = 0.54 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 6 38 -
CMYK 0 0.93 0.54 0.68
HSL 334.74º 0.86% 0.17% -
HSV(B) 334.74º 0.93% 0.32% -
XYZ 3.89 2.06 2.03 -
YUV 32.37 131.18 163.4 -
System Red Green Blue C M Y K H S L
Decimal 82 6 38 0 0.93 0.54 0.68 334.74 0.86 0.17
Hex 52 6 26 0 5D 36 44 14F 56 11
Octal 122 6 46 0 135 66 104 517 126 21
Binary 1010010 110 100110 0 1011101 110110 1000100 101001111 1010110 10001

Color Harmonies of #520626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520626

Black with #520626

Text Example


Text Example

White with #520626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520626; }

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

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

background-color css

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

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

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

border-color css

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

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

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