Html Css Color HEX #4D2130 Castro

📋 copy color: '#4D2130'

red 77 ◦ green 33 ◦ blue 48

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

Shades of Castro #4D2130

Tints of Castro #4D2130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 30.38%

R = 48.73%
G = 20.89%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.38

 K value IS 0.70

RGB Variations

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

Color information

#4D2130 (or 0x4D2130) is known color: Castro. HEX triplet: 4D, 21 and 30. RGB value is (77,33,48). Sum of RGB (Red+Green+Blue) = 77+33+48=158 (20% of max value = 765). Red value is 77 (30.47% from 255 or 48.73% from 158); Green value is 33 (13.28% from 255 or 20.89% from 158); Blue value is 48 (19.14% from 255 or 30.38% from 158); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2130 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2130 is #B2DECF. Grayscale: #2F2F2F. Windows color (decimal): -11722448 or 3154253. OLE color: 3154253.

HSL color Cylindrical-coordinate representation of color #4D2130: hue angle of 339.55º 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 #4D2130 is Cyan = 0, Magento = 0.57, Yellow = 0.38 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 33 48 -
CMYK 0 0.57 0.38 0.70
HSL 339.55º 0.4% 0.22% -
HSV(B) 339.55º 0.57% 0.3% -
XYZ 4.14 2.88 3.13 -
YUV 47.87 128.08 148.78 -
System Red Green Blue C M Y K H S L
Decimal 77 33 48 0 0.57 0.38 0.70 339.55 0.4 0.22
Hex 4D 21 30 0 39 26 46 154 28 16
Octal 115 41 60 0 71 46 106 524 50 26
Binary 1001101 100001 110000 0 111001 100110 1000110 101010100 101000 10110

Color Harmonies of #4D2130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2130

Black with #4D2130

Text Example


Text Example

White with #4D2130

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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