Html Css Color HEX #531541 Blackberry

📋 copy color: '#531541'

red 83 ◦ green 21 ◦ blue 65

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

Shades of Blackberry #531541

Tints of Blackberry #531541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 38.46%

R = 49.11%
G = 12.43%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#531541 (or 0x531541) is known color: Blackberry. HEX triplet: 53, 15 and 41. RGB value is (83,21,65). Sum of RGB (Red+Green+Blue) = 83+21+65=169 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.11% from 169); Green value is 21 (8.59% from 255 or 12.43% from 169); Blue value is 65 (25.78% from 255 or 38.46% from 169); Max value from RGB is 83 - color contains mainly: red. Hex color #531541 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531541 is #ACEABE. Grayscale: #2C2C2C. Windows color (decimal): -11332287 or 4265299. OLE color: 4265299.

HSL color Cylindrical-coordinate representation of color #531541: hue angle of 317.42º 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 #531541 is Cyan = 0, Magento = 0.75, Yellow = 0.22 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 21 65 -
CMYK 0 0.75 0.22 0.67
HSL 317.42º 0.6% 0.2% -
HSV(B) 317.42º 0.75% 0.33% -
XYZ 4.79 2.76 5.28 -
YUV 44.55 139.54 155.42 -
System Red Green Blue C M Y K H S L
Decimal 83 21 65 0 0.75 0.22 0.67 317.42 0.6 0.2
Hex 53 15 41 0 4B 16 43 13D 3C 14
Octal 123 25 101 0 113 26 103 475 74 24
Binary 1010011 10101 1000001 0 1001011 10110 1000011 100111101 111100 10100

Color Harmonies of #531541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531541

Black with #531541

Text Example


Text Example

White with #531541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531541; }

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

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

background-color css

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

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

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

border-color css

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

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

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