#512237

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

Shades of Castro #512237

Tints of Castro #512237

Color information

#512237 (or 0x512237) is unknown color: approx Castro. HEX triplet: 51, 22 and 37. RGB value is (81,34,55). Sum of RGB (Red+Green+Blue) = 81+34+55=170 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.65% from 170); Green value is 34 (13.67% from 255 or 20% from 170); Blue value is 55 (21.88% from 255 or 32.35% from 170); Max value from RGB is 81 - color contains mainly: red. Hex color #512237 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512237 is #AEDDC8. Grayscale: #323232. Windows color (decimal): -11460041 or 3613265. OLE color: 3613265.

HSL color Cylindrical-coordinate representation of color #512237: hue angle of 333.19º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #512237 is Cyan = 0, Magento = 0.58, Yellow = 0.32 and Black (K on CMYK) = 0.68.

Color convert

RGB813455-
CMYK00.580.320.68
HSL333.19º40.87%22.55%-
HSV(B)333.19º58.02%31.76%-
XYZ4.653.173.98-
YUV50.45130.57149.79-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 47.65%
GREEN value IS 34 (13.67% from 255) = 20%
BLUE value IS 55 (21.88% from 255) = 32.35%
R=47.65%
G=20%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.32
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81345500.580.320.68333.1940.8722.55
Hex51223703A204414d2917
Octal1214267072401045155127
Binary10100011000101101110111010100000100010010100110110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512237; }

 p { color: rgb(81,34,55); }

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

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

 a { background-color: rgb(81,34,55); }

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

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

 span { border-color: rgb(81,34,55); }

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