Html Css Color HEX #53143D Blackberry

📋 copy color: '#53143D'

red 83 ◦ green 20 ◦ blue 61

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

Shades of Blackberry #53143D

Tints of Blackberry #53143D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.2%

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

R = 50.61%
G = 12.2%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.27

 K value IS 0.67

RGB Variations

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

Color information

#53143D (or 0x53143D) is known color: Blackberry. HEX triplet: 53, 14 and 3D. RGB value is (83,20,61). Sum of RGB (Red+Green+Blue) = 83+20+61=164 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.61% from 164); Green value is 20 (8.20% from 255 or 12.20% from 164); Blue value is 61 (24.22% from 255 or 37.20% from 164); Max value from RGB is 83 - color contains mainly: red. Hex color #53143D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53143D is #ACEBC2. Grayscale: #2B2B2B. Windows color (decimal): -11332547 or 4002899. OLE color: 4002899.

HSL color Cylindrical-coordinate representation of color #53143D: hue angle of 320.95º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #53143D is Cyan = 0, Magento = 0.76, Yellow = 0.27 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 20 61 -
CMYK 0 0.76 0.27 0.67
HSL 320.95º 0.61% 0.2% -
HSV(B) 320.95º 0.76% 0.33% -
XYZ 4.66 2.68 4.69 -
YUV 43.51 137.87 156.17 -
System Red Green Blue C M Y K H S L
Decimal 83 20 61 0 0.76 0.27 0.67 320.95 0.61 0.2
Hex 53 14 3D 0 4C 1B 43 141 3D 14
Octal 123 24 75 0 114 33 103 501 75 24
Binary 1010011 10100 111101 0 1001100 11011 1000011 101000001 111101 10100

Color Harmonies of #53143D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53143D

Black with #53143D

Text Example


Text Example

White with #53143D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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