Html Css Color HEX #4D1C2D Castro

📋 copy color: '#4D1C2D'

red 77 ◦ green 28 ◦ blue 45

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

Shades of Castro #4D1C2D

Tints of Castro #4D1C2D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 18.67%

 BLUE value IS 45 (17.97% from 255) = 30%

R = 51.33%
G = 18.67%
B = 30%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.42

 K value IS 0.70

RGB Variations

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

Color information

#4D1C2D (or 0x4D1C2D) is known color: Castro. HEX triplet: 4D, 1C and 2D. RGB value is (77,28,45). Sum of RGB (Red+Green+Blue) = 77+28+45=150 (19% of max value = 765). Red value is 77 (30.47% from 255 or 51.33% from 150); Green value is 28 (11.33% from 255 or 18.67% from 150); Blue value is 45 (17.97% from 255 or 30% from 150); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1C2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D1C2D is #B2E3D2. Grayscale: #2C2C2C. Windows color (decimal): -11723731 or 2956365. OLE color: 2956365.

HSL color Cylindrical-coordinate representation of color #4D1C2D: hue angle of 339.18º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4D1C2D is Cyan = 0, Magento = 0.64, Yellow = 0.42 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 28 45 -
CMYK 0 0.64 0.42 0.70
HSL 339.18º 0.47% 0.21% -
HSV(B) 339.18º 0.64% 0.3% -
XYZ 3.95 2.6 2.78 -
YUV 44.59 128.23 151.12 -
System Red Green Blue C M Y K H S L
Decimal 77 28 45 0 0.64 0.42 0.70 339.18 0.47 0.21
Hex 4D 1C 2D 0 40 2A 46 153 2F 15
Octal 115 34 55 0 100 52 106 523 57 25
Binary 1001101 11100 101101 0 1000000 101010 1000110 101010011 101111 10101

Color Harmonies of #4D1C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1C2D

Black with #4D1C2D

Text Example


Text Example

White with #4D1C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,28,45); }

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

background-color css

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

 a { background-color: rgb(77,28,45); }

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

border-color css

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

 span { border-color: rgb(77,28,45); }

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