Html Css Color HEX #53153C Blackberry

📋 copy color: '#53153C'

red 83 ◦ green 21 ◦ blue 60

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

Shades of Blackberry #53153C

Tints of Blackberry #53153C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 36.59%

R = 50.61%
G = 12.8%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.28

 K value IS 0.67

RGB Variations

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

Color information

#53153C (or 0x53153C) is known color: Blackberry. HEX triplet: 53, 15 and 3C. RGB value is (83,21,60). Sum of RGB (Red+Green+Blue) = 83+21+60=164 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.61% from 164); Green value is 21 (8.59% from 255 or 12.80% from 164); Blue value is 60 (23.83% from 255 or 36.59% from 164); Max value from RGB is 83 - color contains mainly: red. Hex color #53153C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53153C is #ACEAC3. Grayscale: #2B2B2B. Windows color (decimal): -11332292 or 3937619. OLE color: 3937619.

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

Color convert

RGB 83 21 60 -
CMYK 0 0.75 0.28 0.67
HSL 322.26º 0.6% 0.2% -
HSV(B) 322.26º 0.75% 0.33% -
XYZ 4.65 2.7 4.55 -
YUV 43.98 137.04 155.83 -
System Red Green Blue C M Y K H S L
Decimal 83 21 60 0 0.75 0.28 0.67 322.26 0.6 0.2
Hex 53 15 3C 0 4B 1C 43 142 3C 14
Octal 123 25 74 0 113 34 103 502 74 24
Binary 1010011 10101 111100 0 1001011 11100 1000011 101000010 111100 10100

Color Harmonies of #53153C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53153C

Black with #53153C

Text Example


Text Example

White with #53153C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53153C; }

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

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

background-color css

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

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

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

border-color css

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

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

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