#4F2335

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

Shades of Castro #4F2335

Tints of Castro #4F2335

Color information

#4F2335 (or 0x4F2335) is unknown color: approx Castro. HEX triplet: 4F, 23 and 35. RGB value is (79,35,53). Sum of RGB (Red+Green+Blue) = 79+35+53=167 (22% of max value = 765). Red value is 79 (31.25% from 255 or 47.31% from 167); Green value is 35 (14.06% from 255 or 20.96% from 167); Blue value is 53 (21.09% from 255 or 31.74% from 167); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2335 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2335 is #B0DCCA. Grayscale: #323232. Windows color (decimal): -11590859 or 3482447. OLE color: 3482447.

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

Color convert

RGB793553-
CMYK00.560.330.69
HSL335.45º38.6%22.35%-
HSV(B)335.45º55.7%30.98%-
XYZ4.473.123.74-
YUV50.21129.58148.54-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 47.31%
GREEN value IS 35 (14.06% from 255) = 20.96%
BLUE value IS 53 (21.09% from 255) = 31.74%
R=47.31%
G=20.96%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.33
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79355300.560.330.69335.4538.622.35
Hex4F2335038214514f2716
Octal1174365070411055174726
Binary10011111000111101010111000100001100010110100111110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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