Html Css Color HEX #531537 Blackberry

📋 copy color: '#531537'

red 83 ◦ green 21 ◦ blue 55

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

Shades of Blackberry #531537

Tints of Blackberry #531537

RGB

 RED value IS 83 (32.81% from 255) = 52.2%

 GREEN value IS 21 (8.59% from 255) = 13.21%

 BLUE value IS 55 (21.88% from 255) = 34.59%

R = 52.2%
G = 13.21%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.34

 K value IS 0.67

RGB Variations

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

Color information

#531537 (or 0x531537) is known color: Blackberry. HEX triplet: 53, 15 and 37. RGB value is (83,21,55). Sum of RGB (Red+Green+Blue) = 83+21+55=159 (21% of max value = 765). Red value is 83 (32.81% from 255 or 52.20% from 159); Green value is 21 (8.59% from 255 or 13.21% from 159); Blue value is 55 (21.88% from 255 or 34.59% from 159); Max value from RGB is 83 - color contains mainly: red. Hex color #531537 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531537 is #ACEAC8. Grayscale: #2B2B2B. Windows color (decimal): -11332297 or 3609939. OLE color: 3609939.

HSL color Cylindrical-coordinate representation of color #531537: hue angle of 327.1º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #531537 is Cyan = 0, Magento = 0.75, Yellow = 0.34 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 21 55 -
CMYK 0 0.75 0.34 0.67
HSL 327.1º 0.6% 0.2% -
HSV(B) 327.1º 0.75% 0.33% -
XYZ 4.53 2.65 3.89 -
YUV 43.41 134.54 156.24 -
System Red Green Blue C M Y K H S L
Decimal 83 21 55 0 0.75 0.34 0.67 327.1 0.6 0.2
Hex 53 15 37 0 4B 22 43 147 3C 14
Octal 123 25 67 0 113 42 103 507 74 24
Binary 1010011 10101 110111 0 1001011 100010 1000011 101000111 111100 10100

Color Harmonies of #531537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531537

Black with #531537

Text Example


Text Example

White with #531537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531537; }

 p { color: rgb(83,21,55); }

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

background-color css

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

 a { background-color: rgb(83,21,55); }

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

border-color css

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

 span { border-color: rgb(83,21,55); }

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