Html Css Color HEX #4B2132 Castro

📋 copy color: '#4B2132'

red 75 ◦ green 33 ◦ blue 50

#4B2132
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Castro #4B2132

Tints of Castro #4B2132

RGB

 RED value IS 75 (29.69% from 255) = 47.47%

 GREEN value IS 33 (13.28% from 255) = 20.89%

 BLUE value IS 50 (19.92% from 255) = 31.65%

R = 47.47%
G = 20.89%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.33

 K value IS 0.71

RGB Variations

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

Color information

#4B2132 (or 0x4B2132) is known color: Castro. HEX triplet: 4B, 21 and 32. RGB value is (75,33,50). Sum of RGB (Red+Green+Blue) = 75+33+50=158 (20% of max value = 765). Red value is 75 (29.69% from 255 or 47.47% from 158); Green value is 33 (13.28% from 255 or 20.89% from 158); Blue value is 50 (19.92% from 255 or 31.65% from 158); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2132 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2132 is #B4DECD. Grayscale: #2F2F2F. Windows color (decimal): -11853518 or 3285323. OLE color: 3285323.

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

Color convert

RGB 75 33 50 -
CMYK 0 0.56 0.33 0.71
HSL 335.71º 0.39% 0.21% -
HSV(B) 335.71º 0.56% 0.29% -
XYZ 4.02 2.81 3.35 -
YUV 47.5 129.41 147.62 -
System Red Green Blue C M Y K H S L
Decimal 75 33 50 0 0.56 0.33 0.71 335.71 0.39 0.21
Hex 4B 21 32 0 38 21 47 150 27 15
Octal 113 41 62 0 70 41 107 520 47 25
Binary 1001011 100001 110010 0 111000 100001 1000111 101010000 100111 10101

Color Harmonies of #4B2132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B2132

Black with #4B2132

Text Example


Text Example

White with #4B2132

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,33,50); }

 H1.HeaderClassName
 {
   color: #4B2132;
 }
 .AnyTagClassName
 {
   color: #4B2132;
 }
</style>

background-color css

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

 a { background-color: rgb(75,33,50); }

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

border-color css

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

 span { border-color: rgb(75,33,50); }

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