Html Css Color HEX #53113D Blackberry

📋 copy color: '#53113D'

red 83 ◦ green 17 ◦ blue 61

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

Shades of Blackberry #53113D

Tints of Blackberry #53113D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.56%

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

R = 51.55%
G = 10.56%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.27

 K value IS 0.67

RGB Variations

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

Color information

#53113D (or 0x53113D) is known color: Blackberry. HEX triplet: 53, 11 and 3D. RGB value is (83,17,61). Sum of RGB (Red+Green+Blue) = 83+17+61=161 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.55% from 161); Green value is 17 (7.03% from 255 or 10.56% from 161); Blue value is 61 (24.22% from 255 or 37.89% from 161); Max value from RGB is 83 - color contains mainly: red. Hex color #53113D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53113D is #ACEEC2. Grayscale: #292929. Windows color (decimal): -11333315 or 4002131. OLE color: 4002131.

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

Color convert

RGB 83 17 61 -
CMYK 0 0.80 0.27 0.67
HSL 320º 0.66% 0.2% -
HSV(B) 320º 0.8% 0.33% -
XYZ 4.61 2.58 4.67 -
YUV 41.75 138.87 157.42 -
System Red Green Blue C M Y K H S L
Decimal 83 17 61 0 0.80 0.27 0.67 320 0.66 0.2
Hex 53 11 3D 0 50 1B 43 140 42 14
Octal 123 21 75 0 120 33 103 500 102 24
Binary 1010011 10001 111101 0 1010000 11011 1000011 101000000 1000010 10100

Color Harmonies of #53113D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53113D

Black with #53113D

Text Example


Text Example

White with #53113D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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