#531830

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

Shades of Castro #531830

Tints of Castro #531830

Color information

#531830 (or 0x531830) is unknown color: approx Castro. HEX triplet: 53, 18 and 30. RGB value is (83,24,48). Sum of RGB (Red+Green+Blue) = 83+24+48=155 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.55% from 155); Green value is 24 (9.77% from 255 or 15.48% from 155); Blue value is 48 (19.14% from 255 or 30.97% from 155); Max value from RGB is 83 - color contains mainly: red. Hex color #531830 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531830 is #ACE7CF. Grayscale: #2C2C2C. Windows color (decimal): -11331536 or 3151955. OLE color: 3151955.

HSL color Cylindrical-coordinate representation of color #531830: hue angle of 335.59º degrees, saturation: 0.55, 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 #531830 is Cyan = 0, Magento = 0.71, Yellow = 0.42 and Black (K on CMYK) = 0.67.

Color convert

RGB832448-
CMYK00.710.420.67
HSL335.59º55.14%20.98%-
HSV(B)335.59º71.08%32.55%-
XYZ4.432.713.09-
YUV44.38130.05155.55-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 53.55%
GREEN value IS 24 (9.77% from 255) = 15.48%
BLUE value IS 48 (19.14% from 255) = 30.97%
R=53.55%
G=15.48%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.42
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83244800.710.420.67335.5955.1420.98
Hex5318300472A431503715
Octal12330600107521035206725
Binary10100111100011000001000111101010100001110101000011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531830; }

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

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

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

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

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

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

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

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