Html Css Color HEX #4D2435 Castro

📋 copy color: '#4D2435'

red 77 ◦ green 36 ◦ blue 53

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

Shades of Castro #4D2435

Tints of Castro #4D2435

RGB

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

 GREEN value IS 36 (14.45% from 255) = 21.69%

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

R = 46.39%
G = 21.69%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.31

 K value IS 0.70

RGB Variations

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

Color information

#4D2435 (or 0x4D2435) is known color: Castro. HEX triplet: 4D, 24 and 35. RGB value is (77,36,53). Sum of RGB (Red+Green+Blue) = 77+36+53=166 (21% of max value = 765). Red value is 77 (30.47% from 255 or 46.39% from 166); Green value is 36 (14.45% from 255 or 21.69% from 166); Blue value is 53 (21.09% from 255 or 31.93% from 166); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2435 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2435 is #B2DBCA. Grayscale: #323232. Windows color (decimal): -11721675 or 3482701. OLE color: 3482701.

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

Color convert

RGB 77 36 53 -
CMYK 0 0.53 0.31 0.70
HSL 335.12º 0.36% 0.22% -
HSV(B) 335.12º 0.53% 0.3% -
XYZ 4.33 3.1 3.74 -
YUV 50.2 129.58 147.12 -
System Red Green Blue C M Y K H S L
Decimal 77 36 53 0 0.53 0.31 0.70 335.12 0.36 0.22
Hex 4D 24 35 0 35 1F 46 14F 24 16
Octal 115 44 65 0 65 37 106 517 44 26
Binary 1001101 100100 110101 0 110101 11111 1000110 101001111 100100 10110

Color Harmonies of #4D2435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2435

Black with #4D2435

Text Example


Text Example

White with #4D2435

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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