Html Css Color HEX #4D2030 Castro

📋 copy color: '#4D2030'

red 77 ◦ green 32 ◦ blue 48

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

Shades of Castro #4D2030

Tints of Castro #4D2030

RGB

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

 GREEN value IS 32 (12.89% from 255) = 20.38%

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

R = 49.04%
G = 20.38%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.38

 K value IS 0.70

RGB Variations

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

Color information

#4D2030 (or 0x4D2030) is known color: Castro. HEX triplet: 4D, 20 and 30. RGB value is (77,32,48). Sum of RGB (Red+Green+Blue) = 77+32+48=157 (20% of max value = 765). Red value is 77 (30.47% from 255 or 49.04% from 157); Green value is 32 (12.89% from 255 or 20.38% from 157); Blue value is 48 (19.14% from 255 or 30.57% from 157); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2030 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2030 is #B2DFCF. Grayscale: #2F2F2F. Windows color (decimal): -11722704 or 3153997. OLE color: 3153997.

HSL color Cylindrical-coordinate representation of color #4D2030: hue angle of 338.67º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4D2030 is Cyan = 0, Magento = 0.58, Yellow = 0.38 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 32 48 -
CMYK 0 0.58 0.38 0.70
HSL 338.67º 0.41% 0.21% -
HSV(B) 338.67º 0.58% 0.3% -
XYZ 4.11 2.82 3.12 -
YUV 47.28 128.41 149.2 -
System Red Green Blue C M Y K H S L
Decimal 77 32 48 0 0.58 0.38 0.70 338.67 0.41 0.21
Hex 4D 20 30 0 3A 26 46 153 29 15
Octal 115 40 60 0 72 46 106 523 51 25
Binary 1001101 100000 110000 0 111010 100110 1000110 101010011 101001 10101

Color Harmonies of #4D2030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2030

Black with #4D2030

Text Example


Text Example

White with #4D2030

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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