Html Css Color HEX #520627 Blackberry

📋 copy color: '#520627'

red 82 ◦ green 6 ◦ blue 39

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

Shades of Blackberry #520627

Tints of Blackberry #520627

RGB

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

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

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

R = 64.57%
G = 4.72%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.52

 K value IS 0.68

RGB Variations

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

Color information

#520627 (or 0x520627) is known color: Blackberry. HEX triplet: 52, 06 and 27. RGB value is (82,6,39). Sum of RGB (Red+Green+Blue) = 82+6+39=127 (16% of max value = 765). Red value is 82 (32.42% from 255 or 64.57% from 127); Green value is 6 (2.73% from 255 or 4.72% from 127); Blue value is 39 (15.62% from 255 or 30.71% from 127); Max value from RGB is 82 - color contains mainly: red. Hex color #520627 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520627 is #ADF9D8. Grayscale: #202020. Windows color (decimal): -11401689 or 2557522. OLE color: 2557522.

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

Color convert

RGB 82 6 39 -
CMYK 0 0.93 0.52 0.68
HSL 333.95º 0.86% 0.17% -
HSV(B) 333.95º 0.93% 0.32% -
XYZ 3.91 2.07 2.11 -
YUV 32.49 131.68 163.32 -
System Red Green Blue C M Y K H S L
Decimal 82 6 39 0 0.93 0.52 0.68 333.95 0.86 0.17
Hex 52 6 27 0 5D 34 44 14E 56 11
Octal 122 6 47 0 135 64 104 516 126 21
Binary 1010010 110 100111 0 1011101 110100 1000100 101001110 1010110 10001

Color Harmonies of #520627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520627

Black with #520627

Text Example


Text Example

White with #520627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520627; }

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

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

background-color css

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

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

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

border-color css

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

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

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