Html Css Color HEX #4D2133 Castro

📋 copy color: '#4D2133'

red 77 ◦ green 33 ◦ blue 51

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

Shades of Castro #4D2133

Tints of Castro #4D2133

RGB

 RED value IS 77 (30.47% from 255) = 47.83%

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

 BLUE value IS 51 (20.31% from 255) = 31.68%

R = 47.83%
G = 20.5%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.34

 K value IS 0.70

RGB Variations

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

Color information

#4D2133 (or 0x4D2133) is known color: Castro. HEX triplet: 4D, 21 and 33. RGB value is (77,33,51). Sum of RGB (Red+Green+Blue) = 77+33+51=161 (21% of max value = 765). Red value is 77 (30.47% from 255 or 47.83% from 161); Green value is 33 (13.28% from 255 or 20.50% from 161); Blue value is 51 (20.31% from 255 or 31.68% from 161); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2133 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2133 is #B2DECC. Grayscale: #303030. Windows color (decimal): -11722445 or 3350861. OLE color: 3350861.

HSL color Cylindrical-coordinate representation of color #4D2133: hue angle of 335.45º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4D2133 is Cyan = 0, Magento = 0.57, Yellow = 0.34 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 33 51 -
CMYK 0 0.57 0.34 0.70
HSL 335.45º 0.4% 0.22% -
HSV(B) 335.45º 0.57% 0.3% -
XYZ 4.2 2.9 3.47 -
YUV 48.21 129.58 148.54 -
System Red Green Blue C M Y K H S L
Decimal 77 33 51 0 0.57 0.34 0.70 335.45 0.4 0.22
Hex 4D 21 33 0 39 22 46 14F 28 16
Octal 115 41 63 0 71 42 106 517 50 26
Binary 1001101 100001 110011 0 111001 100010 1000110 101001111 101000 10110

Color Harmonies of #4D2133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2133

Black with #4D2133

Text Example


Text Example

White with #4D2133

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,33,51); }

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

background-color css

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

 a { background-color: rgb(77,33,51); }

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

border-color css

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

 span { border-color: rgb(77,33,51); }

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