#4B192D

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

Shades of Castro #4B192D

Tints of Castro #4B192D

Color information

#4B192D (or 0x4B192D) is unknown color: approx Castro. HEX triplet: 4B, 19 and 2D. RGB value is (75,25,45). Sum of RGB (Red+Green+Blue) = 75+25+45=145 (19% of max value = 765). Red value is 75 (29.69% from 255 or 51.72% from 145); Green value is 25 (10.16% from 255 or 17.24% from 145); Blue value is 45 (17.97% from 255 or 31.03% from 145); Max value from RGB is 75 - color contains mainly: red. Hex color #4B192D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B192D is #B4E6D2. Grayscale: #2A2A2A. Windows color (decimal): -11855571 or 2955595. OLE color: 2955595.

HSL color Cylindrical-coordinate representation of color #4B192D: hue angle of 336º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4B192D is Cyan = 0, Magento = 0.67, Yellow = 0.40 and Black (K on CMYK) = 0.71.

Color convert

RGB752545-
CMYK00.670.400.71
HSL336º50%19.61%-
HSV(B)336º66.67%29.41%-
XYZ3.722.382.75-
YUV42.23129.56151.37-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 51.72%
GREEN value IS 25 (10.16% from 255) = 17.24%
BLUE value IS 45 (17.97% from 255) = 31.03%
R=51.72%
G=17.24%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.40
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75254500.670.400.713365019.61
Hex4B192D04328471503214
Octal11331550103501075206224
Binary10010111100110110101000011101000100011110101000011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B192D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,25,45); }

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

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

 a { background-color: rgb(75,25,45); }

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

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

 span { border-color: rgb(75,25,45); }

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