Html Css Color HEX #520625 Blackberry

📋 copy color: '#520625'

red 82 ◦ green 6 ◦ blue 37

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

Shades of Blackberry #520625

Tints of Blackberry #520625

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 29.6%

R = 65.6%
G = 4.8%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.55

 K value IS 0.68

RGB Variations

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

Color information

#520625 (or 0x520625) is known color: Blackberry. HEX triplet: 52, 06 and 25. RGB value is (82,6,37). Sum of RGB (Red+Green+Blue) = 82+6+37=125 (16% of max value = 765). Red value is 82 (32.42% from 255 or 65.6% from 125); Green value is 6 (2.73% from 255 or 4.8% from 125); Blue value is 37 (14.84% from 255 or 29.6% from 125); Max value from RGB is 82 - color contains mainly: red. Hex color #520625 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520625 is #ADF9DA. Grayscale: #202020. Windows color (decimal): -11401691 or 2426450. OLE color: 2426450.

HSL color Cylindrical-coordinate representation of color #520625: hue angle of 335.53º 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 #520625 is Cyan = 0, Magento = 0.93, Yellow = 0.55 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 6 37 -
CMYK 0 0.93 0.55 0.68
HSL 335.53º 0.86% 0.17% -
HSV(B) 335.53º 0.93% 0.32% -
XYZ 3.88 2.06 1.94 -
YUV 32.26 130.68 163.48 -
System Red Green Blue C M Y K H S L
Decimal 82 6 37 0 0.93 0.55 0.68 335.53 0.86 0.17
Hex 52 6 25 0 5D 37 44 150 56 11
Octal 122 6 45 0 135 67 104 520 126 21
Binary 1010010 110 100101 0 1011101 110111 1000100 101010000 1010110 10001

Color Harmonies of #520625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520625

Black with #520625

Text Example


Text Example

White with #520625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520625; }

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

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

background-color css

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

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

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

border-color css

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

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

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