#531A30

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

Shades of Castro #531A30

Tints of Castro #531A30

Color information

#531A30 (or 0x531A30) is unknown color: approx Castro. HEX triplet: 53, 1A and 30. RGB value is (83,26,48). Sum of RGB (Red+Green+Blue) = 83+26+48=157 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.87% from 157); Green value is 26 (10.55% from 255 or 16.56% from 157); Blue value is 48 (19.14% from 255 or 30.57% from 157); Max value from RGB is 83 - color contains mainly: red. Hex color #531A30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531A30 is #ACE5CF. Grayscale: #2D2D2D. Windows color (decimal): -11331024 or 3152467. OLE color: 3152467.

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

Color convert

RGB832648-
CMYK00.690.420.67
HSL336.84º52.29%21.37%-
HSV(B)336.84º68.67%32.55%-
XYZ4.472.793.1-
YUV45.55129.38154.71-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 52.87%
GREEN value IS 26 (10.55% from 255) = 16.56%
BLUE value IS 48 (19.14% from 255) = 30.57%
R=52.87%
G=16.56%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.42
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83264800.690.420.67336.8452.2921.37
Hex531A300452A431513415
Octal12332600105521035216425
Binary10100111101011000001000101101010100001110101000111010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531A30; }

 p { color: rgb(83,26,48); }

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

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

 a { background-color: rgb(83,26,48); }

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

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

 span { border-color: rgb(83,26,48); }

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