#512034

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

Shades of Castro #512034

Tints of Castro #512034

Color information

#512034 (or 0x512034) is unknown color: approx Castro. HEX triplet: 51, 20 and 34. RGB value is (81,32,52). Sum of RGB (Red+Green+Blue) = 81+32+52=165 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.09% from 165); Green value is 32 (12.89% from 255 or 19.39% from 165); Blue value is 52 (20.70% from 255 or 31.52% from 165); Max value from RGB is 81 - color contains mainly: red. Hex color #512034 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512034 is #AEDFCB. Grayscale: #303030. Windows color (decimal): -11460556 or 3416145. OLE color: 3416145.

HSL color Cylindrical-coordinate representation of color #512034: hue angle of 335.51º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #512034 is Cyan = 0, Magento = 0.60, Yellow = 0.36 and Black (K on CMYK) = 0.68.

Color convert

RGB813252-
CMYK00.600.360.68
HSL335.51º43.36%22.16%-
HSV(B)335.51º60.49%31.76%-
XYZ4.533.033.59-
YUV48.93129.73150.87-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 49.09%
GREEN value IS 32 (12.89% from 255) = 19.39%
BLUE value IS 52 (20.70% from 255) = 31.52%
R=49.09%
G=19.39%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.36
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81325200.600.360.68335.5143.3622.16
Hex51203403C24441502b16
Octal1214064074441045205326
Binary10100011000001101000111100100100100010010101000010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512034; }

 p { color: rgb(81,32,52); }

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

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

 a { background-color: rgb(81,32,52); }

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

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

 span { border-color: rgb(81,32,52); }

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