Html Css Color HEX #541A31 Castro

📋 copy color: '#541A31'

red 84 ◦ green 26 ◦ blue 49

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

Shades of Castro #541A31

Tints of Castro #541A31

RGB

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

 GREEN value IS 26 (10.55% from 255) = 16.35%

 BLUE value IS 49 (19.53% from 255) = 30.82%

R = 52.83%
G = 16.35%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.42

 K value IS 0.67

RGB Variations

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

Color information

#541A31 (or 0x541A31) is known color: Castro. HEX triplet: 54, 1A and 31. RGB value is (84,26,49). Sum of RGB (Red+Green+Blue) = 84+26+49=159 (21% of max value = 765). Red value is 84 (33.20% from 255 or 52.83% from 159); Green value is 26 (10.55% from 255 or 16.35% from 159); Blue value is 49 (19.53% from 255 or 30.82% from 159); Max value from RGB is 84 - color contains mainly: red. Hex color #541A31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541A31 is #ABE5CE. Grayscale: #2D2D2D. Windows color (decimal): -11265487 or 3218004. OLE color: 3218004.

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

Color convert

RGB 84 26 49 -
CMYK 0 0.69 0.42 0.67
HSL 336.21º 0.53% 0.22% -
HSV(B) 336.21º 0.69% 0.33% -
XYZ 4.58 2.85 3.21 -
YUV 45.96 129.72 155.13 -
System Red Green Blue C M Y K H S L
Decimal 84 26 49 0 0.69 0.42 0.67 336.21 0.53 0.22
Hex 54 1A 31 0 45 2A 43 150 35 16
Octal 124 32 61 0 105 52 103 520 65 26
Binary 1010100 11010 110001 0 1000101 101010 1000011 101010000 110101 10110

Color Harmonies of #541A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541A31

Black with #541A31

Text Example


Text Example

White with #541A31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,26,49); }

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

background-color css

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

 a { background-color: rgb(84,26,49); }

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

border-color css

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

 span { border-color: rgb(84,26,49); }

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