Html Css Color HEX #531635 Blackberry

📋 copy color: '#531635'

red 83 ◦ green 22 ◦ blue 53

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

Shades of Blackberry #531635

Tints of Blackberry #531635

RGB

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

 GREEN value IS 22 (8.98% from 255) = 13.92%

 BLUE value IS 53 (21.09% from 255) = 33.54%

R = 52.53%
G = 13.92%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.36

 K value IS 0.67

RGB Variations

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

Color information

#531635 (or 0x531635) is known color: Blackberry. HEX triplet: 53, 16 and 35. RGB value is (83,22,53). Sum of RGB (Red+Green+Blue) = 83+22+53=158 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.53% from 158); Green value is 22 (8.98% from 255 or 13.92% from 158); Blue value is 53 (21.09% from 255 or 33.54% from 158); Max value from RGB is 83 - color contains mainly: red. Hex color #531635 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531635 is #ACE9CA. Grayscale: #2B2B2B. Windows color (decimal): -11332043 or 3479123. OLE color: 3479123.

HSL color Cylindrical-coordinate representation of color #531635: hue angle of 329.51º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #531635 is Cyan = 0, Magento = 0.73, Yellow = 0.36 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 22 53 -
CMYK 0 0.73 0.36 0.67
HSL 329.51º 0.58% 0.21% -
HSV(B) 329.51º 0.73% 0.33% -
XYZ 4.5 2.67 3.65 -
YUV 43.77 133.21 155.98 -
System Red Green Blue C M Y K H S L
Decimal 83 22 53 0 0.73 0.36 0.67 329.51 0.58 0.21
Hex 53 16 35 0 49 24 43 14A 3A 15
Octal 123 26 65 0 111 44 103 512 72 25
Binary 1010011 10110 110101 0 1001001 100100 1000011 101001010 111010 10101

Color Harmonies of #531635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531635

Black with #531635

Text Example


Text Example

White with #531635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531635; }

 p { color: rgb(83,22,53); }

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

background-color css

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

 a { background-color: rgb(83,22,53); }

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

border-color css

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

 span { border-color: rgb(83,22,53); }

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