Html Css Color HEX #4D1D30 Castro

📋 copy color: '#4D1D30'

red 77 ◦ green 29 ◦ blue 48

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

Shades of Castro #4D1D30

Tints of Castro #4D1D30

RGB

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

 GREEN value IS 29 (11.72% from 255) = 18.83%

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

R = 50%
G = 18.83%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.38

 K value IS 0.70

RGB Variations

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

Color information

#4D1D30 (or 0x4D1D30) is known color: Castro. HEX triplet: 4D, 1D and 30. RGB value is (77,29,48). Sum of RGB (Red+Green+Blue) = 77+29+48=154 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50% from 154); Green value is 29 (11.72% from 255 or 18.83% from 154); Blue value is 48 (19.14% from 255 or 31.17% from 154); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1D30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D1D30 is #B2E2CF. Grayscale: #2D2D2D. Windows color (decimal): -11723472 or 3153229. OLE color: 3153229.

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

Color convert

RGB 77 29 48 -
CMYK 0 0.62 0.38 0.70
HSL 336.25º 0.45% 0.21% -
HSV(B) 336.25º 0.62% 0.3% -
XYZ 4.03 2.67 3.1 -
YUV 45.52 129.4 150.46 -
System Red Green Blue C M Y K H S L
Decimal 77 29 48 0 0.62 0.38 0.70 336.25 0.45 0.21
Hex 4D 1D 30 0 3E 26 46 150 2D 15
Octal 115 35 60 0 76 46 106 520 55 25
Binary 1001101 11101 110000 0 111110 100110 1000110 101010000 101101 10101

Color Harmonies of #4D1D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1D30

Black with #4D1D30

Text Example


Text Example

White with #4D1D30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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