Html Css Color HEX #4D182A Castro

📋 copy color: '#4D182A'

red 77 ◦ green 24 ◦ blue 42

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

Shades of Castro #4D182A

Tints of Castro #4D182A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 16.78%

 BLUE value IS 42 (16.8% from 255) = 29.37%

R = 53.85%
G = 16.78%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.45

 K value IS 0.70

RGB Variations

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

Color information

#4D182A (or 0x4D182A) is known color: Castro. HEX triplet: 4D, 18 and 2A. RGB value is (77,24,42). Sum of RGB (Red+Green+Blue) = 77+24+42=143 (18% of max value = 765). Red value is 77 (30.47% from 255 or 53.85% from 143); Green value is 24 (9.77% from 255 or 16.78% from 143); Blue value is 42 (16.80% from 255 or 29.37% from 143); Max value from RGB is 77 - color contains mainly: red. Hex color #4D182A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D182A is #B2E7D5. Grayscale: #292929. Windows color (decimal): -11724758 or 2758733. OLE color: 2758733.

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

Color convert

RGB 77 24 42 -
CMYK 0 0.69 0.45 0.70
HSL 339.62º 0.52% 0.2% -
HSV(B) 339.62º 0.69% 0.3% -
XYZ 3.81 2.4 2.45 -
YUV 41.9 128.06 153.04 -
System Red Green Blue C M Y K H S L
Decimal 77 24 42 0 0.69 0.45 0.70 339.62 0.52 0.2
Hex 4D 18 2A 0 45 2D 46 154 34 14
Octal 115 30 52 0 105 55 106 524 64 24
Binary 1001101 11000 101010 0 1000101 101101 1000110 101010100 110100 10100

Color Harmonies of #4D182A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D182A

Black with #4D182A

Text Example


Text Example

White with #4D182A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,24,42); }

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

background-color css

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

 a { background-color: rgb(77,24,42); }

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

border-color css

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

 span { border-color: rgb(77,24,42); }

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