Html Css Color HEX #4D2535 Castro

📋 copy color: '#4D2535'

red 77 ◦ green 37 ◦ blue 53

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

Shades of Castro #4D2535

Tints of Castro #4D2535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 31.74%

R = 46.11%
G = 22.16%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.31

 K value IS 0.70

RGB Variations

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

Color information

#4D2535 (or 0x4D2535) is known color: Castro. HEX triplet: 4D, 25 and 35. RGB value is (77,37,53). Sum of RGB (Red+Green+Blue) = 77+37+53=167 (22% of max value = 765). Red value is 77 (30.47% from 255 or 46.11% from 167); Green value is 37 (14.84% from 255 or 22.16% from 167); Blue value is 53 (21.09% from 255 or 31.74% from 167); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2535 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2535 is #B2DACA. Grayscale: #323232. Windows color (decimal): -11721419 or 3482957. OLE color: 3482957.

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

Color convert

RGB 77 37 53 -
CMYK 0 0.52 0.31 0.70
HSL 336º 0.35% 0.22% -
HSV(B) 336º 0.52% 0.3% -
XYZ 4.36 3.16 3.75 -
YUV 50.78 129.25 146.7 -
System Red Green Blue C M Y K H S L
Decimal 77 37 53 0 0.52 0.31 0.70 336 0.35 0.22
Hex 4D 25 35 0 34 1F 46 150 23 16
Octal 115 45 65 0 64 37 106 520 43 26
Binary 1001101 100101 110101 0 110100 11111 1000110 101010000 100011 10110

Color Harmonies of #4D2535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2535

Black with #4D2535

Text Example


Text Example

White with #4D2535

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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