Html Css Color HEX #4F152A Castro

📋 copy color: '#4F152A'

red 79 ◦ green 21 ◦ blue 42

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

Shades of Castro #4F152A

Tints of Castro #4F152A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.79%

 BLUE value IS 42 (16.8% from 255) = 29.58%

R = 55.63%
G = 14.79%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.47

 K value IS 0.69

RGB Variations

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

Color information

#4F152A (or 0x4F152A) is known color: Castro. HEX triplet: 4F, 15 and 2A. RGB value is (79,21,42). Sum of RGB (Red+Green+Blue) = 79+21+42=142 (18% of max value = 765). Red value is 79 (31.25% from 255 or 55.63% from 142); Green value is 21 (8.59% from 255 or 14.79% from 142); Blue value is 42 (16.80% from 255 or 29.58% from 142); Max value from RGB is 79 - color contains mainly: red. Hex color #4F152A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F152A is #B0EAD5. Grayscale: #282828. Windows color (decimal): -11594454 or 2757967. OLE color: 2757967.

HSL color Cylindrical-coordinate representation of color #4F152A: hue angle of 338.28º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4F152A is Cyan = 0, Magento = 0.73, Yellow = 0.47 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 21 42 -
CMYK 0 0.73 0.47 0.69
HSL 338.28º 0.58% 0.2% -
HSV(B) 338.28º 0.73% 0.31% -
XYZ 3.91 2.37 2.44 -
YUV 40.74 128.72 155.29 -
System Red Green Blue C M Y K H S L
Decimal 79 21 42 0 0.73 0.47 0.69 338.28 0.58 0.2
Hex 4F 15 2A 0 49 2F 45 152 3A 14
Octal 117 25 52 0 111 57 105 522 72 24
Binary 1001111 10101 101010 0 1001001 101111 1000101 101010010 111010 10100

Color Harmonies of #4F152A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F152A

Black with #4F152A

Text Example


Text Example

White with #4F152A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,21,42); }

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

background-color css

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

 a { background-color: rgb(79,21,42); }

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

border-color css

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

 span { border-color: rgb(79,21,42); }

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