#4F1C31

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

Shades of Castro #4F1C31

Tints of Castro #4F1C31

Color information

#4F1C31 (or 0x4F1C31) is unknown color: approx Castro. HEX triplet: 4F, 1C and 31. RGB value is (79,28,49). Sum of RGB (Red+Green+Blue) = 79+28+49=156 (20% of max value = 765). Red value is 79 (31.25% from 255 or 50.64% from 156); Green value is 28 (11.33% from 255 or 17.95% from 156); Blue value is 49 (19.53% from 255 or 31.41% from 156); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1C31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F1C31 is #B0E3CE. Grayscale: #2D2D2D. Windows color (decimal): -11592655 or 3218511. OLE color: 3218511.

HSL color Cylindrical-coordinate representation of color #4F1C31: hue angle of 335.29º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4F1C31 is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.69.

Color convert

RGB792849-
CMYK00.650.380.69
HSL335.29º47.66%20.98%-
HSV(B)335.29º64.56%30.98%-
XYZ4.192.713.21-
YUV45.64129.9151.79-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 50.64%
GREEN value IS 28 (11.33% from 255) = 17.95%
BLUE value IS 49 (19.53% from 255) = 31.41%
R=50.64%
G=17.95%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.38
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79284900.650.380.69335.2947.6620.98
Hex4F1C31041264514f3015
Octal11734610101461055176025
Binary10011111110011000101000001100110100010110100111111000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,28,49); }

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

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

 a { background-color: rgb(79,28,49); }

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

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

 span { border-color: rgb(79,28,49); }

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