Html Css Color HEX #4D2536 Castro

📋 copy color: '#4D2536'

red 77 ◦ green 37 ◦ blue 54

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

Shades of Castro #4D2536

Tints of Castro #4D2536

RGB

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

 GREEN value IS 37 (14.84% from 255) = 22.02%

 BLUE value IS 54 (21.48% from 255) = 32.14%

R = 45.83%
G = 22.02%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.30

 K value IS 0.70

RGB Variations

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

Color information

#4D2536 (or 0x4D2536) is known color: Castro. HEX triplet: 4D, 25 and 36. RGB value is (77,37,54). Sum of RGB (Red+Green+Blue) = 77+37+54=168 (22% of max value = 765). Red value is 77 (30.47% from 255 or 45.83% from 168); Green value is 37 (14.84% from 255 or 22.02% from 168); Blue value is 54 (21.48% from 255 or 32.14% from 168); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2536 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2536 is #B2DAC9. Grayscale: #323232. Windows color (decimal): -11721418 or 3548493. OLE color: 3548493.

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

Color convert

RGB 77 37 54 -
CMYK 0 0.52 0.30 0.70
HSL 334.5º 0.35% 0.22% -
HSV(B) 334.5º 0.52% 0.3% -
XYZ 4.39 3.17 3.87 -
YUV 50.9 129.75 146.62 -
System Red Green Blue C M Y K H S L
Decimal 77 37 54 0 0.52 0.30 0.70 334.5 0.35 0.22
Hex 4D 25 36 0 34 1E 46 14E 23 16
Octal 115 45 66 0 64 36 106 516 43 26
Binary 1001101 100101 110110 0 110100 11110 1000110 101001110 100011 10110

Color Harmonies of #4D2536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2536

Black with #4D2536

Text Example


Text Example

White with #4D2536

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,37,54); }

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

background-color css

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

 a { background-color: rgb(77,37,54); }

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

border-color css

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

 span { border-color: rgb(77,37,54); }

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