Html Css Color HEX #540429 Blackberry

📋 copy color: '#540429'

red 84 ◦ green 4 ◦ blue 41

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

Shades of Blackberry #540429

Tints of Blackberry #540429

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.1%

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

R = 65.12%
G = 3.1%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.51

 K value IS 0.67

RGB Variations

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

Color information

#540429 (or 0x540429) is known color: Blackberry. HEX triplet: 54, 04 and 29. RGB value is (84,4,41). Sum of RGB (Red+Green+Blue) = 84+4+41=129 (17% of max value = 765). Red value is 84 (33.20% from 255 or 65.12% from 129); Green value is 4 (1.95% from 255 or 3.10% from 129); Blue value is 41 (16.41% from 255 or 31.78% from 129); Max value from RGB is 84 - color contains mainly: red. Hex color #540429 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540429 is #ABFBD6. Grayscale: #202020. Windows color (decimal): -11271127 or 2688084. OLE color: 2688084.

HSL color Cylindrical-coordinate representation of color #540429: hue angle of 332.25º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #540429 is Cyan = 0, Magento = 0.95, Yellow = 0.51 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 4 41 -
CMYK 0 0.95 0.51 0.67
HSL 332.25º 0.91% 0.17% -
HSV(B) 332.25º 0.95% 0.33% -
XYZ 4.1 2.13 2.29 -
YUV 32.14 133 164.99 -
System Red Green Blue C M Y K H S L
Decimal 84 4 41 0 0.95 0.51 0.67 332.25 0.91 0.17
Hex 54 4 29 0 5F 33 43 14C 5B 11
Octal 124 4 51 0 137 63 103 514 133 21
Binary 1010100 100 101001 0 1011111 110011 1000011 101001100 1011011 10001

Color Harmonies of #540429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540429

Black with #540429

Text Example


Text Example

White with #540429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540429; }

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

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

background-color css

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

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

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

border-color css

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

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

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