Html Css Color HEX #53183D Blackberry

📋 copy color: '#53183D'

red 83 ◦ green 24 ◦ blue 61

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

Shades of Blackberry #53183D

Tints of Blackberry #53183D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 14.29%

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

R = 49.4%
G = 14.29%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.27

 K value IS 0.67

RGB Variations

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

Color information

#53183D (or 0x53183D) is known color: Blackberry. HEX triplet: 53, 18 and 3D. RGB value is (83,24,61). Sum of RGB (Red+Green+Blue) = 83+24+61=168 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.40% from 168); Green value is 24 (9.77% from 255 or 14.29% from 168); Blue value is 61 (24.22% from 255 or 36.31% from 168); Max value from RGB is 83 - color contains mainly: red. Hex color #53183D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53183D is #ACE7C2. Grayscale: #2D2D2D. Windows color (decimal): -11331523 or 4003923. OLE color: 4003923.

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

Color convert

RGB 83 24 61 -
CMYK 0 0.71 0.27 0.67
HSL 322.37º 0.55% 0.21% -
HSV(B) 322.37º 0.71% 0.33% -
XYZ 4.74 2.83 4.71 -
YUV 45.86 136.55 154.49 -
System Red Green Blue C M Y K H S L
Decimal 83 24 61 0 0.71 0.27 0.67 322.37 0.55 0.21
Hex 53 18 3D 0 47 1B 43 142 37 15
Octal 123 30 75 0 107 33 103 502 67 25
Binary 1010011 11000 111101 0 1000111 11011 1000011 101000010 110111 10101

Color Harmonies of #53183D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53183D

Black with #53183D

Text Example


Text Example

White with #53183D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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