Html Css Color HEX #53173D Blackberry

📋 copy color: '#53173D'

red 83 ◦ green 23 ◦ blue 61

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

Shades of Blackberry #53173D

Tints of Blackberry #53173D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.77%

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

R = 49.7%
G = 13.77%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.27

 K value IS 0.67

RGB Variations

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

Color information

#53173D (or 0x53173D) is known color: Blackberry. HEX triplet: 53, 17 and 3D. RGB value is (83,23,61). Sum of RGB (Red+Green+Blue) = 83+23+61=167 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.70% from 167); Green value is 23 (9.38% from 255 or 13.77% from 167); Blue value is 61 (24.22% from 255 or 36.53% from 167); Max value from RGB is 83 - color contains mainly: red. Hex color #53173D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53173D is #ACE8C2. Grayscale: #2D2D2D. Windows color (decimal): -11331779 or 4003667. OLE color: 4003667.

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

Color convert

RGB 83 23 61 -
CMYK 0 0.72 0.27 0.67
HSL 322º 0.57% 0.21% -
HSV(B) 322º 0.72% 0.33% -
XYZ 4.72 2.79 4.7 -
YUV 45.27 136.88 154.91 -
System Red Green Blue C M Y K H S L
Decimal 83 23 61 0 0.72 0.27 0.67 322 0.57 0.21
Hex 53 17 3D 0 48 1B 43 142 39 15
Octal 123 27 75 0 110 33 103 502 71 25
Binary 1010011 10111 111101 0 1001000 11011 1000011 101000010 111001 10101

Color Harmonies of #53173D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53173D

Black with #53173D

Text Example


Text Example

White with #53173D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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