Html Css Color HEX #540829 Blackberry

📋 copy color: '#540829'

red 84 ◦ green 8 ◦ blue 41

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

Shades of Blackberry #540829

Tints of Blackberry #540829

RGB

 RED value IS 84 (33.2% from 255) = 63.16%

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

 BLUE value IS 41 (16.41% from 255) = 30.83%

R = 63.16%
G = 6.02%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.51

 K value IS 0.67

RGB Variations

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

Color information

#540829 (or 0x540829) is known color: Blackberry. HEX triplet: 54, 08 and 29. RGB value is (84,8,41). Sum of RGB (Red+Green+Blue) = 84+8+41=133 (17% of max value = 765). Red value is 84 (33.20% from 255 or 63.16% from 133); Green value is 8 (3.52% from 255 or 6.02% from 133); Blue value is 41 (16.41% from 255 or 30.83% from 133); Max value from RGB is 84 - color contains mainly: red. Hex color #540829 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540829 is #ABF7D6. Grayscale: #222222. Windows color (decimal): -11270103 or 2689108. OLE color: 2689108.

HSL color Cylindrical-coordinate representation of color #540829: hue angle of 333.95º degrees, saturation: 0.83, 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 #540829 is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 8 41 -
CMYK 0 0.90 0.51 0.67
HSL 333.95º 0.83% 0.18% -
HSV(B) 333.95º 0.9% 0.33% -
XYZ 4.14 2.22 2.31 -
YUV 34.49 131.68 163.32 -
System Red Green Blue C M Y K H S L
Decimal 84 8 41 0 0.90 0.51 0.67 333.95 0.83 0.18
Hex 54 8 29 0 5A 33 43 14E 53 12
Octal 124 10 51 0 132 63 103 516 123 22
Binary 1010100 1000 101001 0 1011010 110011 1000011 101001110 1010011 10010

Color Harmonies of #540829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540829

Black with #540829

Text Example


Text Example

White with #540829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540829; }

 p { color: rgb(84,8,41); }

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

background-color css

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

 a { background-color: rgb(84,8,41); }

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

border-color css

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

 span { border-color: rgb(84,8,41); }

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