#4D2534

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

Shades of Castro #4D2534

Tints of Castro #4D2534

Color information

#4D2534 (or 0x4D2534) is unknown color: approx Castro. HEX triplet: 4D, 25 and 34. RGB value is (77,37,52). Sum of RGB (Red+Green+Blue) = 77+37+52=166 (21% of max value = 765). Red value is 77 (30.47% from 255 or 46.39% from 166); Green value is 37 (14.84% from 255 or 22.29% from 166); Blue value is 52 (20.70% from 255 or 31.33% from 166); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2534 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2534 is #B2DACB. Grayscale: #323232. Windows color (decimal): -11721420 or 3417421. OLE color: 3417421.

HSL color Cylindrical-coordinate representation of color #4D2534: hue angle of 337.5º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4D2534 is Cyan = 0, Magento = 0.52, Yellow = 0.32 and Black (K on CMYK) = 0.70.

Color convert

RGB773752-
CMYK00.520.320.70
HSL337.5º35.09%22.35%-
HSV(B)337.5º51.95%30.2%-
XYZ4.343.153.63-
YUV50.67128.75146.78-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 46.39%
GREEN value IS 37 (14.84% from 255) = 22.29%
BLUE value IS 52 (20.70% from 255) = 31.33%
R=46.39%
G=22.29%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.32
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77375200.520.320.70337.535.0922.35
Hex4D253403420461522316
Octal1154564064401065224326
Binary10011011001011101000110100100000100011010101001010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D2534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4D2534; }

 p { color: rgb(77,37,52); }

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

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

 a { background-color: rgb(77,37,52); }

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

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

 span { border-color: rgb(77,37,52); }

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