Html Css Color HEX #53153D Blackberry

📋 copy color: '#53153D'

red 83 ◦ green 21 ◦ blue 61

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

Shades of Blackberry #53153D

Tints of Blackberry #53153D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 36.97%

R = 50.3%
G = 12.73%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.27

 K value IS 0.67

RGB Variations

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

Color information

#53153D (or 0x53153D) is known color: Blackberry. HEX triplet: 53, 15 and 3D. RGB value is (83,21,61). Sum of RGB (Red+Green+Blue) = 83+21+61=165 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.30% from 165); Green value is 21 (8.59% from 255 or 12.73% from 165); Blue value is 61 (24.22% from 255 or 36.97% from 165); Max value from RGB is 83 - color contains mainly: red. Hex color #53153D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53153D is #ACEAC2. Grayscale: #2C2C2C. Windows color (decimal): -11332291 or 4003155. OLE color: 4003155.

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

Color convert

RGB 83 21 61 -
CMYK 0 0.75 0.27 0.67
HSL 321.29º 0.6% 0.2% -
HSV(B) 321.29º 0.75% 0.33% -
XYZ 4.68 2.71 4.69 -
YUV 44.1 137.54 155.75 -
System Red Green Blue C M Y K H S L
Decimal 83 21 61 0 0.75 0.27 0.67 321.29 0.6 0.2
Hex 53 15 3D 0 4B 1B 43 141 3C 14
Octal 123 25 75 0 113 33 103 501 74 24
Binary 1010011 10101 111101 0 1001011 11011 1000011 101000001 111100 10100

Color Harmonies of #53153D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53153D

Black with #53153D

Text Example


Text Example

White with #53153D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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