Html Css Color HEX #4D2433 Castro

📋 copy color: '#4D2433'

red 77 ◦ green 36 ◦ blue 51

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

Shades of Castro #4D2433

Tints of Castro #4D2433

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 31.1%

R = 46.95%
G = 21.95%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.34

 K value IS 0.70

RGB Variations

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

Color information

#4D2433 (or 0x4D2433) is known color: Castro. HEX triplet: 4D, 24 and 33. RGB value is (77,36,51). Sum of RGB (Red+Green+Blue) = 77+36+51=164 (21% of max value = 765). Red value is 77 (30.47% from 255 or 46.95% from 164); Green value is 36 (14.45% from 255 or 21.95% from 164); Blue value is 51 (20.31% from 255 or 31.10% from 164); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2433 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2433 is #B2DBCC. Grayscale: #313131. Windows color (decimal): -11721677 or 3351629. OLE color: 3351629.

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

Color convert

RGB 77 36 51 -
CMYK 0 0.53 0.34 0.70
HSL 338.05º 0.36% 0.22% -
HSV(B) 338.05º 0.53% 0.3% -
XYZ 4.29 3.08 3.5 -
YUV 49.97 128.58 147.28 -
System Red Green Blue C M Y K H S L
Decimal 77 36 51 0 0.53 0.34 0.70 338.05 0.36 0.22
Hex 4D 24 33 0 35 22 46 152 24 16
Octal 115 44 63 0 65 42 106 522 44 26
Binary 1001101 100100 110011 0 110101 100010 1000110 101010010 100100 10110

Color Harmonies of #4D2433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2433

Black with #4D2433

Text Example


Text Example

White with #4D2433

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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