#4F2135

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

Shades of Castro #4F2135

Tints of Castro #4F2135

Color information

#4F2135 (or 0x4F2135) is unknown color: approx Castro. HEX triplet: 4F, 21 and 35. RGB value is (79,33,53). Sum of RGB (Red+Green+Blue) = 79+33+53=165 (21% of max value = 765). Red value is 79 (31.25% from 255 or 47.88% from 165); Green value is 33 (13.28% from 255 or 20% from 165); Blue value is 53 (21.09% from 255 or 32.12% from 165); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2135 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2135 is #B0DECA. Grayscale: #313131. Windows color (decimal): -11591371 or 3481935. OLE color: 3481935.

HSL color Cylindrical-coordinate representation of color #4F2135: hue angle of 333.91º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4F2135 is Cyan = 0, Magento = 0.58, Yellow = 0.33 and Black (K on CMYK) = 0.69.

Color convert

RGB793353-
CMYK00.580.330.69
HSL333.91º41.07%21.96%-
HSV(B)333.91º58.23%30.98%-
XYZ4.413.013.72-
YUV49.03130.24149.37-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 47.88%
GREEN value IS 33 (13.28% from 255) = 20%
BLUE value IS 53 (21.09% from 255) = 32.12%
R=47.88%
G=20%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.33
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79335300.580.330.69333.9141.0721.96
Hex4F213503A214514e2916
Octal1174165072411055165126
Binary10011111000011101010111010100001100010110100111010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,33,53); }

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

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

 a { background-color: rgb(79,33,53); }

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

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

 span { border-color: rgb(79,33,53); }

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