Html Css Color HEX #53092D Blackberry

📋 copy color: '#53092D'

red 83 ◦ green 9 ◦ blue 45

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

Shades of Blackberry #53092D

Tints of Blackberry #53092D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.57%

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

R = 60.58%
G = 6.57%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.46

 K value IS 0.67

RGB Variations

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

Color information

#53092D (or 0x53092D) is known color: Blackberry. HEX triplet: 53, 09 and 2D. RGB value is (83,9,45). Sum of RGB (Red+Green+Blue) = 83+9+45=137 (18% of max value = 765). Red value is 83 (32.81% from 255 or 60.58% from 137); Green value is 9 (3.91% from 255 or 6.57% from 137); Blue value is 45 (17.97% from 255 or 32.85% from 137); Max value from RGB is 83 - color contains mainly: red. Hex color #53092D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53092D is #ACF6D2. Grayscale: #232323. Windows color (decimal): -11335379 or 2951507. OLE color: 2951507.

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

Color convert

RGB 83 9 45 -
CMYK 0 0.89 0.46 0.67
HSL 330.81º 0.8% 0.18% -
HSV(B) 330.81º 0.89% 0.33% -
XYZ 4.14 2.22 2.69 -
YUV 35.23 133.52 162.07 -
System Red Green Blue C M Y K H S L
Decimal 83 9 45 0 0.89 0.46 0.67 330.81 0.8 0.18
Hex 53 9 2D 0 59 2E 43 14B 50 12
Octal 123 11 55 0 131 56 103 513 120 22
Binary 1010011 1001 101101 0 1011001 101110 1000011 101001011 1010000 10010

Color Harmonies of #53092D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53092D

Black with #53092D

Text Example


Text Example

White with #53092D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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