Html Css Color HEX #4D2231 Castro

📋 copy color: '#4D2231'

red 77 ◦ green 34 ◦ blue 49

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

Shades of Castro #4D2231

Tints of Castro #4D2231

RGB

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

 GREEN value IS 34 (13.67% from 255) = 21.25%

 BLUE value IS 49 (19.53% from 255) = 30.63%

R = 48.13%
G = 21.25%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.36

 K value IS 0.70

RGB Variations

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

Color information

#4D2231 (or 0x4D2231) is known color: Castro. HEX triplet: 4D, 22 and 31. RGB value is (77,34,49). Sum of RGB (Red+Green+Blue) = 77+34+49=160 (21% of max value = 765). Red value is 77 (30.47% from 255 or 48.12% from 160); Green value is 34 (13.67% from 255 or 21.25% from 160); Blue value is 49 (19.53% from 255 or 30.62% from 160); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2231 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2231 is #B2DDCE. Grayscale: #303030. Windows color (decimal): -11722191 or 3220045. OLE color: 3220045.

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

Color convert

RGB 77 34 49 -
CMYK 0 0.56 0.36 0.70
HSL 339.07º 0.39% 0.22% -
HSV(B) 339.07º 0.56% 0.3% -
XYZ 4.19 2.94 3.25 -
YUV 48.57 128.25 148.28 -
System Red Green Blue C M Y K H S L
Decimal 77 34 49 0 0.56 0.36 0.70 339.07 0.39 0.22
Hex 4D 22 31 0 38 24 46 153 27 16
Octal 115 42 61 0 70 44 106 523 47 26
Binary 1001101 100010 110001 0 111000 100100 1000110 101010011 100111 10110

Color Harmonies of #4D2231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2231

Black with #4D2231

Text Example


Text Example

White with #4D2231

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,34,49); }

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

background-color css

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

 a { background-color: rgb(77,34,49); }

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

border-color css

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

 span { border-color: rgb(77,34,49); }

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