#4D2435

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

Shades of Castro #4D2435

Tints of Castro #4D2435

Color information

#4D2435 (or 0x4D2435) is unknown color: approx Castro. HEX triplet: 4D, 24 and 35. RGB value is (77,36,53). Sum of RGB (Red+Green+Blue) = 77+36+53=166 (21% of max value = 765). Red value is 77 (30.47% from 255 or 46.39% from 166); Green value is 36 (14.45% from 255 or 21.69% from 166); Blue value is 53 (21.09% from 255 or 31.93% from 166); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2435 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2435 is #B2DBCA. Grayscale: #323232. Windows color (decimal): -11721675 or 3482701. OLE color: 3482701.

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

Color convert

RGB773653-
CMYK00.530.310.70
HSL335.12º36.28%22.16%-
HSV(B)335.12º53.25%30.2%-
XYZ4.333.13.74-
YUV50.2129.58147.12-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 46.39%
GREEN value IS 36 (14.45% from 255) = 21.69%
BLUE value IS 53 (21.09% from 255) = 31.93%
R=46.39%
G=21.69%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.31
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77365300.530.310.70335.1236.2822.16
Hex4D24350351F4614f2416
Octal1154465065371065174426
Binary1001101100100110101011010111111100011010100111110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D2435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,36,53); }

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

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

 a { background-color: rgb(77,36,53); }

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

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

 span { border-color: rgb(77,36,53); }

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