#53182F

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

Shades of Castro #53182F

Tints of Castro #53182F

Color information

#53182F (or 0x53182F) is unknown color: approx Castro. HEX triplet: 53, 18 and 2F. RGB value is (83,24,47). Sum of RGB (Red+Green+Blue) = 83+24+47=154 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.90% from 154); Green value is 24 (9.77% from 255 or 15.58% from 154); Blue value is 47 (18.75% from 255 or 30.52% from 154); Max value from RGB is 83 - color contains mainly: red. Hex color #53182F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53182F is #ACE7D0. Grayscale: #2C2C2C. Windows color (decimal): -11331537 or 3086419. OLE color: 3086419.

HSL color Cylindrical-coordinate representation of color #53182F: hue angle of 336.61º 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 #53182F is Cyan = 0, Magento = 0.71, Yellow = 0.43 and Black (K on CMYK) = 0.67.

Color convert

RGB832447-
CMYK00.710.430.67
HSL336.61º55.14%20.98%-
HSV(B)336.61º71.08%32.55%-
XYZ4.412.72.98-
YUV44.26129.55155.63-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 53.90%
GREEN value IS 24 (9.77% from 255) = 15.58%
BLUE value IS 47 (18.75% from 255) = 30.52%
R=53.90%
G=15.58%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.43
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83244700.710.430.67336.6155.1420.98
Hex53182F0472B431513715
Octal12330570107531035216725
Binary10100111100010111101000111101011100001110101000111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53182F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53182F; }

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

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

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

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

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

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

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

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