Html Css Color HEX #53173F Blackberry

📋 copy color: '#53173F'

red 83 ◦ green 23 ◦ blue 63

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

Shades of Blackberry #53173F

Tints of Blackberry #53173F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 37.28%

R = 49.11%
G = 13.61%
B = 37.28%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#53173F (or 0x53173F) is known color: Blackberry. HEX triplet: 53, 17 and 3F. RGB value is (83,23,63). Sum of RGB (Red+Green+Blue) = 83+23+63=169 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.11% from 169); Green value is 23 (9.38% from 255 or 13.61% from 169); Blue value is 63 (25% from 255 or 37.28% from 169); Max value from RGB is 83 - color contains mainly: red. Hex color #53173F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53173F is #ACE8C0. Grayscale: #2D2D2D. Windows color (decimal): -11331777 or 4134739. OLE color: 4134739.

HSL color Cylindrical-coordinate representation of color #53173F: hue angle of 320º 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 #53173F is Cyan = 0, Magento = 0.72, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 23 63 -
CMYK 0 0.72 0.24 0.67
HSL 320º 0.57% 0.21% -
HSV(B) 320º 0.72% 0.33% -
XYZ 4.77 2.81 4.99 -
YUV 45.5 137.88 154.75 -
System Red Green Blue C M Y K H S L
Decimal 83 23 63 0 0.72 0.24 0.67 320 0.57 0.21
Hex 53 17 3F 0 48 18 43 140 39 15
Octal 123 27 77 0 110 30 103 500 71 25
Binary 1010011 10111 111111 0 1001000 11000 1000011 101000000 111001 10101

Color Harmonies of #53173F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53173F

Black with #53173F

Text Example


Text Example

White with #53173F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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