Html Css Color HEX #4F142A Castro

📋 copy color: '#4F142A'

red 79 ◦ green 20 ◦ blue 42

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

Shades of Castro #4F142A

Tints of Castro #4F142A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 14.18%

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

R = 56.03%
G = 14.18%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.47

 K value IS 0.69

RGB Variations

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

Color information

#4F142A (or 0x4F142A) is known color: Castro. HEX triplet: 4F, 14 and 2A. RGB value is (79,20,42). Sum of RGB (Red+Green+Blue) = 79+20+42=141 (18% of max value = 765). Red value is 79 (31.25% from 255 or 56.03% from 141); Green value is 20 (8.20% from 255 or 14.18% from 141); Blue value is 42 (16.80% from 255 or 29.79% from 141); Max value from RGB is 79 - color contains mainly: red. Hex color #4F142A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F142A is #B0EBD5. Grayscale: #282828. Windows color (decimal): -11594710 or 2757711. OLE color: 2757711.

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

Color convert

RGB 79 20 42 -
CMYK 0 0.75 0.47 0.69
HSL 337.63º 0.6% 0.19% -
HSV(B) 337.63º 0.75% 0.31% -
XYZ 3.89 2.33 2.44 -
YUV 40.15 129.05 155.71 -
System Red Green Blue C M Y K H S L
Decimal 79 20 42 0 0.75 0.47 0.69 337.63 0.6 0.19
Hex 4F 14 2A 0 4B 2F 45 152 3C 13
Octal 117 24 52 0 113 57 105 522 74 23
Binary 1001111 10100 101010 0 1001011 101111 1000101 101010010 111100 10011

Color Harmonies of #4F142A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F142A

Black with #4F142A

Text Example


Text Example

White with #4F142A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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