Html Css Color HEX #541E37 Castro

📋 copy color: '#541E37'

red 84 ◦ green 30 ◦ blue 55

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

Shades of Castro #541E37

Tints of Castro #541E37

RGB

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

 GREEN value IS 30 (12.11% from 255) = 17.75%

 BLUE value IS 55 (21.88% from 255) = 32.54%

R = 49.7%
G = 17.75%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.35

 K value IS 0.67

RGB Variations

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

Color information

#541E37 (or 0x541E37) is known color: Castro. HEX triplet: 54, 1E and 37. RGB value is (84,30,55). Sum of RGB (Red+Green+Blue) = 84+30+55=169 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.70% from 169); Green value is 30 (12.11% from 255 or 17.75% from 169); Blue value is 55 (21.88% from 255 or 32.54% from 169); Max value from RGB is 84 - color contains mainly: red. Hex color #541E37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541E37 is #ABE1C8. Grayscale: #303030. Windows color (decimal): -11264457 or 3612244. OLE color: 3612244.

HSL color Cylindrical-coordinate representation of color #541E37: hue angle of 332.22º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #541E37 is Cyan = 0, Magento = 0.64, Yellow = 0.35 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 30 55 -
CMYK 0 0.64 0.35 0.67
HSL 332.22º 0.47% 0.22% -
HSV(B) 332.22º 0.64% 0.33% -
XYZ 4.81 3.09 3.96 -
YUV 49 131.39 152.97 -
System Red Green Blue C M Y K H S L
Decimal 84 30 55 0 0.64 0.35 0.67 332.22 0.47 0.22
Hex 54 1E 37 0 40 23 43 14C 2F 16
Octal 124 36 67 0 100 43 103 514 57 26
Binary 1010100 11110 110111 0 1000000 100011 1000011 101001100 101111 10110

Color Harmonies of #541E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541E37

Black with #541E37

Text Example


Text Example

White with #541E37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541E37; }

 p { color: rgb(84,30,55); }

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

background-color css

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

 a { background-color: rgb(84,30,55); }

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

border-color css

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

 span { border-color: rgb(84,30,55); }

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