#4D2330

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

Shades of Castro #4D2330

Tints of Castro #4D2330

Color information

#4D2330 (or 0x4D2330) is unknown color: approx Castro. HEX triplet: 4D, 23 and 30. RGB value is (77,35,48). Sum of RGB (Red+Green+Blue) = 77+35+48=160 (21% of max value = 765). Red value is 77 (30.47% from 255 or 48.12% from 160); Green value is 35 (14.06% from 255 or 21.88% from 160); Blue value is 48 (19.14% from 255 or 30% from 160); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2330 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2330 is #B2DCCF. Grayscale: #313131. Windows color (decimal): -11721936 or 3154765. OLE color: 3154765.

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

Color convert

RGB773548-
CMYK00.550.380.70
HSL341.43º37.5%21.96%-
HSV(B)341.43º54.55%30.2%-
XYZ4.22.993.15-
YUV49.04127.41147.94-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 48.12%
GREEN value IS 35 (14.06% from 255) = 21.88%
BLUE value IS 48 (19.14% from 255) = 30%
R=48.12%
G=21.88%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.38
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77354800.550.380.70341.4337.521.96
Hex4D233003726461552616
Octal1154360067461065254626
Binary10011011000111100000110111100110100011010101010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D2330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,35,48); }

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

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

 a { background-color: rgb(77,35,48); }

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

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

 span { border-color: rgb(77,35,48); }

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