Html Css Color HEX #53082D Blackberry

📋 copy color: '#53082D'

red 83 ◦ green 8 ◦ blue 45

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

Shades of Blackberry #53082D

Tints of Blackberry #53082D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.88%

 BLUE value IS 45 (17.97% from 255) = 33.09%

R = 61.03%
G = 5.88%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.46

 K value IS 0.67

RGB Variations

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

Color information

#53082D (or 0x53082D) is known color: Blackberry. HEX triplet: 53, 08 and 2D. RGB value is (83,8,45). Sum of RGB (Red+Green+Blue) = 83+8+45=136 (18% of max value = 765). Red value is 83 (32.81% from 255 or 61.03% from 136); Green value is 8 (3.52% from 255 or 5.88% from 136); Blue value is 45 (17.97% from 255 or 33.09% from 136); Max value from RGB is 83 - color contains mainly: red. Hex color #53082D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53082D is #ACF7D2. Grayscale: #222222. Windows color (decimal): -11335635 or 2951251. OLE color: 2951251.

HSL color Cylindrical-coordinate representation of color #53082D: hue angle of 330.4º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #53082D is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 8 45 -
CMYK 0 0.90 0.46 0.67
HSL 330.4º 0.82% 0.18% -
HSV(B) 330.4º 0.9% 0.33% -
XYZ 4.13 2.2 2.69 -
YUV 34.64 133.85 162.49 -
System Red Green Blue C M Y K H S L
Decimal 83 8 45 0 0.90 0.46 0.67 330.4 0.82 0.18
Hex 53 8 2D 0 5A 2E 43 14A 52 12
Octal 123 10 55 0 132 56 103 512 122 22
Binary 1010011 1000 101101 0 1011010 101110 1000011 101001010 1010010 10010

Color Harmonies of #53082D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53082D

Black with #53082D

Text Example


Text Example

White with #53082D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,8,45); }

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

background-color css

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

 a { background-color: rgb(83,8,45); }

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

border-color css

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

 span { border-color: rgb(83,8,45); }

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