#54182D

Color #54182D Castro (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Castro #54182D

Tints of Castro #54182D

Color information

#54182D (or 0x54182D) is unknown color: approx Castro. HEX triplet: 54, 18 and 2D. RGB value is (84,24,45). Sum of RGB (Red+Green+Blue) = 84+24+45=153 (20% of max value = 765). Red value is 84 (33.20% from 255 or 54.90% from 153); Green value is 24 (9.77% from 255 or 15.69% from 153); Blue value is 45 (17.97% from 255 or 29.41% from 153); Max value from RGB is 84 - color contains mainly: red. Hex color #54182D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54182D is #ABE7D2. Grayscale: #2C2C2C. Windows color (decimal): -11266003 or 2955348. OLE color: 2955348.

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

Color convert

RGB842445-
CMYK00.710.460.67
HSL339º55.56%21.18%-
HSV(B)339º71.43%32.94%-
XYZ4.462.732.77-
YUV44.33128.38156.29-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 54.90%
GREEN value IS 24 (9.77% from 255) = 15.69%
BLUE value IS 45 (17.97% from 255) = 29.41%
R=54.90%
G=15.69%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84244500.710.460.6733955.5621.18
Hex54182D0472E431533815
Octal12430550107561035237025
Binary10101001100010110101000111101110100001110101001111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54182D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,24,45); }

 H1.HeaderClassName
 {
   color: #54182D;
 }
 .AnyTagClassName
 {
   color: #54182D;
 }
</style>
background-color css

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

 a { background-color: rgb(84,24,45); }

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

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

 span { border-color: rgb(84,24,45); }

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