Html Css Color HEX #520827 Blackberry

📋 copy color: '#520827'

red 82 ◦ green 8 ◦ blue 39

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

Shades of Blackberry #520827

Tints of Blackberry #520827

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.2%

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

R = 63.57%
G = 6.2%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.52

 K value IS 0.68

RGB Variations

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

Color information

#520827 (or 0x520827) is known color: Blackberry. HEX triplet: 52, 08 and 27. RGB value is (82,8,39). Sum of RGB (Red+Green+Blue) = 82+8+39=129 (17% of max value = 765). Red value is 82 (32.42% from 255 or 63.57% from 129); Green value is 8 (3.52% from 255 or 6.20% from 129); Blue value is 39 (15.62% from 255 or 30.23% from 129); Max value from RGB is 82 - color contains mainly: red. Hex color #520827 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520827 is #ADF7D8. Grayscale: #212121. Windows color (decimal): -11401177 or 2558034. OLE color: 2558034.

HSL color Cylindrical-coordinate representation of color #520827: hue angle of 334.86º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #520827 is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 8 39 -
CMYK 0 0.90 0.52 0.68
HSL 334.86º 0.82% 0.18% -
HSV(B) 334.86º 0.9% 0.32% -
XYZ 3.93 2.11 2.12 -
YUV 33.66 131.02 162.48 -
System Red Green Blue C M Y K H S L
Decimal 82 8 39 0 0.90 0.52 0.68 334.86 0.82 0.18
Hex 52 8 27 0 5A 34 44 14F 52 12
Octal 122 10 47 0 132 64 104 517 122 22
Binary 1010010 1000 100111 0 1011010 110100 1000100 101001111 1010010 10010

Color Harmonies of #520827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520827

Black with #520827

Text Example


Text Example

White with #520827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520827; }

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

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

background-color css

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

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

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

border-color css

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

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

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