Html Css Color HEX #4F182D Castro

📋 copy color: '#4F182D'

red 79 ◦ green 24 ◦ blue 45

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

Shades of Castro #4F182D

Tints of Castro #4F182D

RGB

 RED value IS 79 (31.25% from 255) = 53.38%

 GREEN value IS 24 (9.77% from 255) = 16.22%

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

R = 53.38%
G = 16.22%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.43

 K value IS 0.69

RGB Variations

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

Color information

#4F182D (or 0x4F182D) is known color: Castro. HEX triplet: 4F, 18 and 2D. RGB value is (79,24,45). Sum of RGB (Red+Green+Blue) = 79+24+45=148 (19% of max value = 765). Red value is 79 (31.25% from 255 or 53.38% from 148); Green value is 24 (9.77% from 255 or 16.22% from 148); Blue value is 45 (17.97% from 255 or 30.41% from 148); Max value from RGB is 79 - color contains mainly: red. Hex color #4F182D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F182D is #B0E7D2. Grayscale: #2A2A2A. Windows color (decimal): -11593683 or 2955343. OLE color: 2955343.

HSL color Cylindrical-coordinate representation of color #4F182D: hue angle of 337.09º degrees, saturation: 0.53, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4F182D is Cyan = 0, Magento = 0.70, Yellow = 0.43 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 24 45 -
CMYK 0 0.70 0.43 0.69
HSL 337.09º 0.53% 0.2% -
HSV(B) 337.09º 0.7% 0.31% -
XYZ 4.02 2.5 2.75 -
YUV 42.84 129.22 153.79 -
System Red Green Blue C M Y K H S L
Decimal 79 24 45 0 0.70 0.43 0.69 337.09 0.53 0.2
Hex 4F 18 2D 0 46 2B 45 151 35 14
Octal 117 30 55 0 106 53 105 521 65 24
Binary 1001111 11000 101101 0 1000110 101011 1000101 101010001 110101 10100

Color Harmonies of #4F182D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F182D

Black with #4F182D

Text Example


Text Example

White with #4F182D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,24,45); }

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

background-color css

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

 a { background-color: rgb(79,24,45); }

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

border-color css

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

 span { border-color: rgb(79,24,45); }

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