Html Css Color HEX #53163A Blackberry

📋 copy color: '#53163A'

red 83 ◦ green 22 ◦ blue 58

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

Shades of Blackberry #53163A

Tints of Blackberry #53163A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 13.5%

 BLUE value IS 58 (23.05% from 255) = 35.58%

R = 50.92%
G = 13.5%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.30

 K value IS 0.67

RGB Variations

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

Color information

#53163A (or 0x53163A) is known color: Blackberry. HEX triplet: 53, 16 and 3A. RGB value is (83,22,58). Sum of RGB (Red+Green+Blue) = 83+22+58=163 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.92% from 163); Green value is 22 (8.98% from 255 or 13.50% from 163); Blue value is 58 (23.05% from 255 or 35.58% from 163); Max value from RGB is 83 - color contains mainly: red. Hex color #53163A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53163A is #ACE9C5. Grayscale: #2C2C2C. Windows color (decimal): -11332038 or 3806803. OLE color: 3806803.

HSL color Cylindrical-coordinate representation of color #53163A: hue angle of 324.59º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #53163A is Cyan = 0, Magento = 0.73, Yellow = 0.30 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 22 58 -
CMYK 0 0.73 0.30 0.67
HSL 324.59º 0.58% 0.21% -
HSV(B) 324.59º 0.73% 0.33% -
XYZ 4.62 2.72 4.28 -
YUV 44.34 135.71 155.57 -
System Red Green Blue C M Y K H S L
Decimal 83 22 58 0 0.73 0.30 0.67 324.59 0.58 0.21
Hex 53 16 3A 0 49 1E 43 145 3A 15
Octal 123 26 72 0 111 36 103 505 72 25
Binary 1010011 10110 111010 0 1001001 11110 1000011 101000101 111010 10101

Color Harmonies of #53163A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53163A

Black with #53163A

Text Example


Text Example

White with #53163A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53163A; }

 p { color: rgb(83,22,58); }

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

background-color css

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

 a { background-color: rgb(83,22,58); }

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

border-color css

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

 span { border-color: rgb(83,22,58); }

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