#4B232D

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

Shades of Castro #4B232D

Tints of Castro #4B232D

Color information

#4B232D (or 0x4B232D) is unknown color: approx Castro. HEX triplet: 4B, 23 and 2D. RGB value is (75,35,45). Sum of RGB (Red+Green+Blue) = 75+35+45=155 (20% of max value = 765). Red value is 75 (29.69% from 255 or 48.39% from 155); Green value is 35 (14.06% from 255 or 22.58% from 155); Blue value is 45 (17.97% from 255 or 29.03% from 155); Max value from RGB is 75 - color contains mainly: red. Hex color #4B232D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B232D is #B4DCD2. Grayscale: #303030. Windows color (decimal): -11853011 or 2958155. OLE color: 2958155.

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

Color convert

RGB753545-
CMYK00.530.400.71
HSL345º36.36%21.57%-
HSV(B)345º53.33%29.41%-
XYZ3.982.892.83-
YUV48.1126.25147.19-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 48.39%
GREEN value IS 35 (14.06% from 255) = 22.58%
BLUE value IS 45 (17.97% from 255) = 29.03%
R=48.39%
G=22.58%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.40
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75354500.530.400.7134536.3621.57
Hex4B232D03528471592416
Octal1134355065501075314426
Binary10010111000111011010110101101000100011110101100110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B232D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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